package com.projectreddog.machinemod.item; public class ItemSteelIngot extends ItemMachineMod { public ItemSteelIngot() { super(); this.setUnlocalizedName("steelingot"); this.maxStackSize = 64; } }