package com.chaka.thebackwoods.item.tool.amethyst; import com.chaka.thebackwoods.item.tool.ItemTBWPickaxe; import net.minecraft.item.Item; public class ItemAmethystPickaxe extends ItemTBWPickaxe { public ItemAmethystPickaxe(Item.ToolMaterial material) { super(material); this.setUnlocalizedName("amethystPickaxe"); } }