Bound tools now properly mark themselves as tools

Because *somebody* forgot to do that.

(cherry picked from commit 717279d)
This commit is contained in:
Nicholas Ignoffo 2017-05-08 19:36:48 -07:00
parent 7c19e2e2d2
commit 2789e351c0

View file

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