package items; public class ItemMythrilIngot extends BasicItem { public ItemMythrilIngot() { super("mythril_ingot"); } }