aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech
diff options
context:
space:
mode:
authorHoleFish <48403212+HoleFish@users.noreply.github.com>2024-02-10 14:49:35 +0800
committerGitHub <noreply@github.com>2024-02-10 07:49:35 +0100
commitf60c783d835af54e8c5e381b87372d9989d5d13b (patch)
tree06fe412babc5916459de99e784774970f16ca1c3 /src/main/java/gtPlusPlus/xmod/gregtech
parent60a3c0d264f50ffba0f8fe1c2d51b5d7d3f5e939 (diff)
downloadGT5-Unofficial-f60c783d835af54e8c5e381b87372d9989d5d13b.tar.gz
GT5-Unofficial-f60c783d835af54e8c5e381b87372d9989d5d13b.tar.bz2
GT5-Unofficial-f60c783d835af54e8c5e381b87372d9989d5d13b.zip
4/4 overclocks for IsaMill and FlotationCell again (#831)
restore 4/4 oc
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/GregtechMetaTileEntity_IsaMill.java2
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_FrothFlotationCell.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/GregtechMetaTileEntity_IsaMill.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/GregtechMetaTileEntity_IsaMill.java
index 5fc969a22e..7b4c4f348e 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/GregtechMetaTileEntity_IsaMill.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/GregtechMetaTileEntity_IsaMill.java
@@ -512,6 +512,6 @@ public class GregtechMetaTileEntity_IsaMill extends GregtechMeta_MultiBlockBase<
}
return result;
}
- };
+ }.enablePerfectOverclock();
}
}
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_FrothFlotationCell.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_FrothFlotationCell.java
index eee9c932c4..47a6d40c4e 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_FrothFlotationCell.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_FrothFlotationCell.java
@@ -213,7 +213,7 @@ public class GregtechMTE_FrothFlotationCell extends GregtechMeta_MultiBlockBase<
}
return CheckRecipeResultRegistry.SUCCESSFUL;
}
- };
+ }.enablePerfectOverclock();
}
/*