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