diff options
author | Jordan Byrne <draknyte1@hotmail.com> | 2017-12-07 11:58:20 +1000 |
---|---|---|
committer | Jordan Byrne <draknyte1@hotmail.com> | 2017-12-07 11:58:20 +1000 |
commit | dd5b8fefd5901d89982bb98455460900ccab6a7c (patch) | |
tree | 272c278dee75158f5fd434f3b3c7c6df17fffad9 /src/Java/gtPlusPlus/GTplusplus.java | |
parent | c960e4668d4e6e915c9449e615c0bdd5bbc854f8 (diff) | |
download | GT5-Unofficial-dd5b8fefd5901d89982bb98455460900ccab6a7c.tar.gz GT5-Unofficial-dd5b8fefd5901d89982bb98455460900ccab6a7c.tar.bz2 GT5-Unofficial-dd5b8fefd5901d89982bb98455460900ccab6a7c.zip |
% More work on the Nitro-fix.
Diffstat (limited to 'src/Java/gtPlusPlus/GTplusplus.java')
-rw-r--r-- | src/Java/gtPlusPlus/GTplusplus.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/GTplusplus.java b/src/Java/gtPlusPlus/GTplusplus.java index 9553c52050..8b6f750630 100644 --- a/src/Java/gtPlusPlus/GTplusplus.java +++ b/src/Java/gtPlusPlus/GTplusplus.java @@ -99,6 +99,10 @@ public class GTplusplus implements ActionListener { CORE.configSwitches.enableMultiSizeTools = config.getBoolean("enableMultiSizeTools", "gregtech", true, "Adds Custom GT Shovels and Pickaxes which mine in a 3x3 style. One of each whill be generated for each Gregtech Material which has Dense Plates and Long Rods available."); + // GT-Fixes + CORE.configSwitches.enableNitroFix = config.getBoolean("enableNitroFix", "gregtech", false, + "Restores the old Nitro-Diesel recipes."); + // Pipes & Cables CORE.configSwitches.enableCustom_Pipes = config.getBoolean("enableCustom_Pipes", "gregtech", true, "Adds Custom GT Fluid Pipes."); |