aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gregtech/api
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/gregtech/api')
-rw-r--r--src/Java/gregtech/api/util/MultiblockRecipeMapHandler.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Java/gregtech/api/util/MultiblockRecipeMapHandler.java b/src/Java/gregtech/api/util/MultiblockRecipeMapHandler.java
index 143f465233..7a4e1a533a 100644
--- a/src/Java/gregtech/api/util/MultiblockRecipeMapHandler.java
+++ b/src/Java/gregtech/api/util/MultiblockRecipeMapHandler.java
@@ -16,16 +16,16 @@ public class MultiblockRecipeMapHandler{
public static void run() {
- if(CORE.configSwitches.enableMultiblock_IndustrialElectrolyzer){
+ if(CORE.ConfigSwitches.enableMultiblock_IndustrialElectrolyzer){
generateSimpleMultimachineRecipeMap(GT_Recipe.GT_Recipe_Map.sElectrolyzerRecipes, CustomRecipeMap.mMultiElectrolyzer);
}
- if(CORE.configSwitches.enableMultiblock_IndustrialCentrifuge){
+ if(CORE.ConfigSwitches.enableMultiblock_IndustrialCentrifuge){
generateSimpleMultimachineRecipeMap(GT_Recipe.GT_Recipe_Map.sCentrifugeRecipes, CustomRecipeMap.mMultiCentrifuge);
}
- if(CORE.configSwitches.enableMultiblock_IndustrialMacerationStack){
+ if(CORE.ConfigSwitches.enableMultiblock_IndustrialMacerationStack){
generateSimpleMultimachineRecipeMap(GT_Recipe.GT_Recipe_Map.sMaceratorRecipes, CustomRecipeMap.mMultiMacerator);
}
- if(CORE.configSwitches.enableMultiblock_IndustrialWireMill){
+ if(CORE.ConfigSwitches.enableMultiblock_IndustrialWireMill){
generateSimpleMultimachineRecipeMap(GT_Recipe.GT_Recipe_Map.sWiremillRecipes, CustomRecipeMap.mMultiWireMill);
}