Skip to content

Commit

Permalink
Fixes PA voltage stack overflow on load (#1027)
Browse files Browse the repository at this point in the history
Co-authored-by: sirjoekcb <[email protected]>
sirjoekcb and sirjoekcb authored Mar 29, 2024
1 parent d79e1b2 commit 40323c2
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -191,11 +191,6 @@ public int getMaxOverclockTier() {
return getOverclockTier();
}

@Override
public long getMaxVoltage() {
return getOverclockVoltage();
}

@Nullable
public static GTRecipe recipeModifier(MetaMachine machine, @Nonnull GTRecipe recipe) {
if (machine instanceof ProcessingArrayMachine processingArray && processingArray.machineStorage.storage.getStackInSlot(0).getCount() > 0) {

0 comments on commit 40323c2

Please sign in to comment.