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