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