package techreborn.items; public class ItemLapotronCrystal extends ItemBattery { public ItemLapotronCrystal() { super("lapotronCrystal", 1000000, 512, 2); } }