aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2017-09-17 13:49:22 +1000
committerAlkalus <draknyte1@hotmail.com>2017-09-17 13:49:22 +1000
commit53021d7bef61f4b27fa2c6453f422c2cebcfcbeb (patch)
tree4059d2872491c2e281a47f8f76da87012bb557ef /src/Java/gtPlusPlus/core/recipe
parent7ae611f8f4ed08e1a75813a09d3dd9850c942fb0 (diff)
downloadGT5-Unofficial-53021d7bef61f4b27fa2c6453f422c2cebcfcbeb.tar.gz
GT5-Unofficial-53021d7bef61f4b27fa2c6453f422c2cebcfcbeb.tar.bz2
GT5-Unofficial-53021d7bef61f4b27fa2c6453f422c2cebcfcbeb.zip
+ Added Large Ore Washing Plant.
+ Added Red-Steel casing. + More additions to Thermal Centrifuge. + Added Wash-Plant and Large Thermal Centrifuge casings. % Refactored config option 'enableMachine_ThermalBoiler' to be 'enableMultiblock_ThermalBoiler'.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
index 3e75fbe356..e9bf16b540 100644
--- a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
+++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
@@ -863,7 +863,7 @@ public class RECIPES_Machines {
}
- if (CORE.configSwitches.enableMachine_ThermalBoiler){
+ if (CORE.configSwitches.enableMultiblock_ThermalBoiler){
RECIPE_ThermalBoilerController = GregtechItemList.GT4_Thermal_Boiler.get(1);
RECIPE_ThermalBoilerCasing = GregtechItemList.Casing_ThermalContainment.get(4);
ItemStack centrifugeHV = ItemList.Machine_HV_Centrifuge.get(1);