Merge pull request #686 from CJCutrone/patch-2
Fix ItemBoundSword damage [1.9 branch]
This commit is contained in:
commit
016d7986bf
|
@ -50,8 +50,6 @@ public class ItemBoundSword extends ItemSword implements IBindable, IActivatable
|
||||||
setUnlocalizedName(Constants.Mod.MODID + ".bound.sword");
|
setUnlocalizedName(Constants.Mod.MODID + ".bound.sword");
|
||||||
setRegistryName(Constants.BloodMagicItem.BOUND_SWORD.getRegName());
|
setRegistryName(Constants.BloodMagicItem.BOUND_SWORD.getRegName());
|
||||||
setCreativeTab(BloodMagic.tabBloodMagic);
|
setCreativeTab(BloodMagic.tabBloodMagic);
|
||||||
|
|
||||||
this.attackDamage = 1.0F + ModItems.boundToolMaterial.getDamageVsEntity();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue