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