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