Skip to content

Commit

Permalink
Fix LCE/ECE from parallelizing too much (GregTechCEu#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude authored Mar 28, 2024
1 parent 111326a commit aff043c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ public int getParallelLimit() {
return Integer.MAX_VALUE;
}

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

/**
* Boost the energy production.
* Should not change the state of the workable logic. Only read current values.
Expand Down

0 comments on commit aff043c

Please sign in to comment.