package items; public class ItemMeteoriteIngot extends BasicItem { public ItemMeteoriteIngot() { super("meteorite_ingot"); } }