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