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

Commit b957e20

Browse files
authored
Merge pull request #90 from MMunier/master
4/4 overclocks for IsaMill and FlotationCell
2 parents 1b5412c + f0eb90d commit b957e20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/GregtechMetaTileEntity_IsaMill.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ public boolean checkRecipeGeneric(
579579
} else {
580580
while (this.mEUt <= gregtech.api.enums.GT_Values.V[(tTier - 1)]) {
581581
this.mEUt *= 4;
582-
this.mMaxProgresstime /= 2;
582+
this.mMaxProgresstime /= 4;
583583
}
584584
}
585585

src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_FrothFlotationCell.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ public boolean checkRecipeGeneric(
342342
} else {
343343
while (this.mEUt <= gregtech.api.enums.GT_Values.V[(tTier - 1)]) {
344344
this.mEUt *= 4;
345-
this.mMaxProgresstime /= 2;
345+
this.mMaxProgresstime /= 4;
346346
}
347347
}
348348

0 commit comments

Comments
 (0)