package com.chaka.thebackwoods.item.tool.amethyst; import com.chaka.thebackwoods.item.tool.ItemTBWHoe; public class ItemAmethystHoe extends ItemTBWHoe { public ItemAmethystHoe(ToolMaterial material) { super(material); this.setUnlocalizedName("amethystHoe"); } }