Reverted a change that made Bound Tools unenchantable. Mah bad.
This commit is contained in:
parent
85083254a8
commit
3b93a699d9
|
@ -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 + ".";
|
||||
|
|
Loading…
Reference in a new issue