package items; public class ItemBismuthIngot extends BasicItem { public ItemBismuthIngot() { super("bismuth_ingot"); } }