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