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