Skip to content

Commit

Permalink
Fix parallel overclocks using the wrong voltage for multiblocks (Greg…
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss authored Feb 19, 2024
1 parent 9246b38 commit 3f8d011
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,11 @@ public long getMaxVoltage() {
}
}

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

@Nullable
@Override
public RecipeMap<?> getRecipeMap() {
Expand Down

0 comments on commit 3f8d011

Please sign in to comment.