package items; public class ItemIgnititeIngot extends BasicItem { public ItemIgnititeIngot() { super("ignitite_ingot"); } }