package items; public class ItemPrometheumIngot extends BasicItem { public ItemPrometheumIngot() { super("prometheum_ingot"); } }