diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2017-08-12 19:45:05 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2017-08-12 19:45:05 +1000 |
commit | f31a88106ed54dc271f8eec50e3fe996e01bbcb3 (patch) | |
tree | bf0bba82f1a2b4ee46fe951772ae7c305253a978 /src/Java/gtPlusPlus/GTplusplus.java | |
parent | c4a21ba699d52d2dc13f01ccc5dde22120f619c6 (diff) | |
download | GT5-Unofficial-f31a88106ed54dc271f8eec50e3fe996e01bbcb3.tar.gz GT5-Unofficial-f31a88106ed54dc271f8eec50e3fe996e01bbcb3.tar.bz2 GT5-Unofficial-f31a88106ed54dc271f8eec50e3fe996e01bbcb3.zip |
+ Added a config option for the Thermal Boiler.
+ Added the Lava Filter.
+ Added Thermal Boiler Casing.
+ Added Recipes for the Thermal Boiler controller and casing block.
Diffstat (limited to 'src/Java/gtPlusPlus/GTplusplus.java')
-rw-r--r-- | src/Java/gtPlusPlus/GTplusplus.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/GTplusplus.java b/src/Java/gtPlusPlus/GTplusplus.java index d8c1d38498..91efec62fb 100644 --- a/src/Java/gtPlusPlus/GTplusplus.java +++ b/src/Java/gtPlusPlus/GTplusplus.java @@ -154,7 +154,9 @@ 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", + "gregtech", true, "Thermal Boiler from GT4. Can Filter Lava for resources."); + // Options RF2EU_Battery.rfPerEU = config.getInt("rfUsedPerEUForUniversalBatteries", "configurables", 4, 1, 1000, "How much RF is a single unit of EU worth? (Most mods use 4:1 ratio)"); |