diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-05-16 19:32:00 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-05-16 19:32:00 +1000 |
commit | 24a4507edcb66c590542e91baacae1f3706258e1 (patch) | |
tree | c8d4ae5cbc56e658c1cd579d9fe600547e31efb7 | |
parent | c02c8398d45bbcaa90fd30f0a72a4937ed210467 (diff) | |
download | GT5-Unofficial-24a4507edcb66c590542e91baacae1f3706258e1.tar.gz GT5-Unofficial-24a4507edcb66c590542e91baacae1f3706258e1.tar.bz2 GT5-Unofficial-24a4507edcb66c590542e91baacae1f3706258e1.zip |
% Disabled Harder Casings/Hulls by default due to minor recycling exploit. (LuV hulls still recycle into Chrome, ZPM into Iridium and UV into Osmium. This may not be an issue for you if you play SSP.)
-rw-r--r-- | src/Java/gtPlusPlus/core/config/ConfigHandler.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/config/ConfigHandler.java b/src/Java/gtPlusPlus/core/config/ConfigHandler.java index 8f11a88271..89c1324a54 100644 --- a/src/Java/gtPlusPlus/core/config/ConfigHandler.java +++ b/src/Java/gtPlusPlus/core/config/ConfigHandler.java @@ -73,7 +73,7 @@ public class ConfigHandler { "Gives GT Gas/Steam turbines animated textures while running."); turbineCutoffBase = config.getInt("turbineCutoffBase", "gregtech", 75000, 0, Integer.MAX_VALUE, "Rotors below this durability will be removed, prevents NEI clutter. Minimum Durability is N * x, where N is the new value set and x is the turbine size, where 1 is Tiny and 4 is Huge. Set to 0 to disable."); - enableHarderRecipesForHighTierCasings = config.getBoolean("enableHarderRecipesForHighTierCasings", "gregtech", true, + enableHarderRecipesForHighTierCasings = config.getBoolean("enableHarderRecipesForHighTierCasings", "gregtech", false, "Makes LuV+ Casings and Hulls more difficult to craft."); // Pipes & Cables |