package com.chaka.thebackwoods.item.tool.amethyst; import com.chaka.thebackwoods.item.tool.ItemTBWShovel; public class ItemAmethystShovel extends ItemTBWShovel { public ItemAmethystShovel(ToolMaterial material) { super(material); this.setUnlocalizedName("amethystShovel"); } }