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