Updated max energy storage for several tools. Closes #1219
This commit is contained in:
parent
ace5813745
commit
07b1724e24
5 changed files with 14 additions and 12 deletions
|
@ -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" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue