aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/GTplusplus.java
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/GTplusplus.java
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/GTplusplus.java')
-rw-r--r--src/Java/gtPlusPlus/GTplusplus.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/GTplusplus.java b/src/Java/gtPlusPlus/GTplusplus.java
index bfa264085c..056f97a405 100644
--- a/src/Java/gtPlusPlus/GTplusplus.java
+++ b/src/Java/gtPlusPlus/GTplusplus.java
@@ -159,7 +159,11 @@ public class GTplusplus implements ActionListener {
"Refines molten chemicals into nuclear fuels.");
CORE.configSwitches.enableMultiblock_IndustrialSifter = config.getBoolean("enableMultiblock_IndustrialSifter",
"gregtech", true, "Large scale sifting.");
- CORE.configSwitches.enableMachine_ThermalBoiler = config.getBoolean("enableMachineThermalBoiler",
+ CORE.configSwitches.enableMultiblock_IndustrialThermalCentrifuge = config.getBoolean("enableMultiblock_IndustrialThermalCentrifuge",
+ "gregtech", true, "Your warm spin for the ore thing.");
+ CORE.configSwitches.enableMultiblock_IndustrialWashPlant = config.getBoolean("enableMultiblock_IndustrialWashPlant",
+ "gregtech", true, "Used to wash the dirt, riiiiight offff..");
+ CORE.configSwitches.enableMultiblock_ThermalBoiler = config.getBoolean("enableMachineThermalBoiler",
"gregtech", true, "Thermal Boiler from GT4. Can Filter Lava for resources.");
// Options