Skip to content

Commit 6224b1f

Browse files
committed
Increased reaction chamber max energy storage
1 parent 4cd5b14 commit 6224b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/java/net/pedroksl/advanced_ae/common/entities/ReactionChamberEntity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
public class ReactionChamberEntity extends AENetworkedPoweredBlockEntity
6363
implements IGridTickable, IUpgradeableObject, IConfigurableObject, ISubMenuHost {
6464
private static final int MAX_PROCESSING_STEPS = 200;
65-
private static final int MAX_POWER_STORAGE = 250000;
65+
private static final int MAX_POWER_STORAGE = 500000;
6666
private static final int MAX_TANK_CAPACITY = 16000;
6767

6868
private final IUpgradeInventory upgrades;

0 commit comments

Comments
 (0)