Skip to content

Commit

Permalink
Increased Void Battery transfer-rate
Browse files Browse the repository at this point in the history
  • Loading branch information
Duqueeee committed Feb 9, 2024
1 parent ddcb308 commit a102da2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class VoidBattery extends SimpleEnergyStorage {
private final NetworkKey key;

public VoidBattery(NetworkKey key) {
super(32000, 32, 32);
super(32000, 4096, 4096);
this.key = key;
}

Expand Down

0 comments on commit a102da2

Please sign in to comment.