Bound tools now properly mark themselves as tools
Because *somebody* forgot to do that.
(cherry picked from commit 717279d
)
This commit is contained in:
parent
7c19e2e2d2
commit
2789e351c0
|
@ -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 + ".";
|
||||
|
|
Loading…
Reference in a new issue