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