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