TechReborn/src/main/java/techreborn/items/battery/ItemLapotronCrystal.java

9 lines
173 B
Java
Raw Normal View History

2016-04-24 19:57:44 +02:00
package techreborn.items.battery;
2016-03-05 23:50:39 +01:00
2016-03-29 01:02:39 +02:00
public class ItemLapotronCrystal extends ItemBattery {
2016-03-05 23:50:39 +01:00
2016-03-29 01:02:39 +02:00
public ItemLapotronCrystal() {
super("lapotronCrystal", 1000000, 512, 2);
2016-03-25 10:47:34 +01:00
}
2016-03-05 23:50:39 +01:00
}