Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

4/4 overclocks for IsaMill and FlotationCell again #831

Merged
merged 1 commit into from
Feb 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,6 @@ public CheckRecipeResult process() {
}
return result;
}
};
}.enablePerfectOverclock();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ protected CheckRecipeResult validateRecipe(@NotNull GT_Recipe recipe) {
}
return CheckRecipeResultRegistry.SUCCESSFUL;
}
};
}.enablePerfectOverclock();
}

/*
Expand Down
Loading