diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-09-17 13:49:22 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-09-17 13:49:22 +1000 |
commit | 53021d7bef61f4b27fa2c6453f422c2cebcfcbeb (patch) | |
tree | 4059d2872491c2e281a47f8f76da87012bb557ef /src/Java/gtPlusPlus/GTplusplus.java | |
parent | 7ae611f8f4ed08e1a75813a09d3dd9850c942fb0 (diff) | |
download | GT5-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.java | 6 |
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 |