Skip to content

Commit

Permalink
fix LCE/ECE parallelizing too much
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude committed Mar 25, 2024
1 parent dc389f8 commit c5672cc
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,11 @@ public long getMaxVoltage() {
return GTValues.V[tier];
}

@Override
protected long getMaxParallelVoltage() {
return getMaxVoltage();
}

@Override
protected long boostProduction(long production) {
// this multiplies production without increasing consumption
Expand Down

0 comments on commit c5672cc

Please sign in to comment.