Allow charge bench to store more power
This commit is contained in:
parent
8a42e89b2c
commit
d50b3daf6e
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class TileChargeOMat extends TilePowerAcceptor
|
|||
@ConfigRegistry(config = "machines", category = "charge_bench", key = "ChargeBenchMaxInput", comment = "Charge Bench Max Input (Value in EU)")
|
||||
public static int maxInput = 512;
|
||||
@ConfigRegistry(config = "machines", category = "charge_bench", key = "ChargeBenchMaxEnergy", comment = "Charge Bench Max Energy (Value in EU)")
|
||||
public static int maxEnergy = 100000;
|
||||
public static int maxEnergy = 100_000_000;
|
||||
|
||||
public Inventory inventory = new Inventory(6, "TileChargeOMat", 64, this);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue