Blood Magic

Blood Magic

90M Downloads

Bound tools damage.

CJCutrone opened this issue ยท 1 comments

commented

Issue Description:

Bound tools damage is all messed up. The bound blade (with sharpness III) only does 12.75 damage. The bound axe, with no enchants, does 15 damage. The bound pick with no enchants, does 13 damage. The bound shovel with no enchants does 9 damage.

It would seem like the bound blade, a sword, would do more damage than an axe, or even a pickaxe. Especially when it has sharpness III on it. Without sharpness III I believe it simply matches the shovel's damage.
...


Affected Versions (Do not use "latest"):

  • BloodMagic: 1.8.9-2.0.0-20
  • Minecraft: 1.8.9
  • Forge: 11.15.1.1764
commented

I created a pull request that should help some with this. Not sure how the BoundPick does 15 damage, but the pull request does let the ItemSword handle the damage, which should fix it.