Updated max energy storage for several tools. Closes #1219

This commit is contained in:
drcrazy 2017-09-01 16:19:59 +03:00
parent ace5813745
commit 07b1724e24
5 changed files with 14 additions and 12 deletions

View file

@ -35,7 +35,7 @@ import techreborn.init.ModItems;
public class ItemLapotronCrystal extends ItemBattery {
public ItemLapotronCrystal() {
super("lapotronCrystal", 1000000, 512);
super("lapotronCrystal", 10000000, 2048);
}
@SuppressWarnings({ "rawtypes", "unchecked" })