package com.projectreddog.machinemod.item; public class ItemConeCrusher extends ItemMachineMod { public ItemConeCrusher() { super(); this.setUnlocalizedName("conecrusher"); this.maxStackSize = 1; } }