Reverted a change that made Bound Tools unenchantable. Mah bad.

This commit is contained in:
WayofTime 2016-06-23 21:26:45 -04:00
parent 85083254a8
commit 3b93a699d9

View file

@ -58,7 +58,6 @@ public class ItemBoundTool extends ItemTool implements IBindable, IActivatable
super(damage, 1, ModItems.boundToolMaterial, effectiveBlocks);
setUnlocalizedName(Constants.Mod.MODID + ".bound." + name);
setCreativeTab(BloodMagic.tabBloodMagic);
setMaxDamage(0);
this.name = name;
this.tooltipBase = "tooltip.BloodMagic.bound." + name + ".";