aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/config/ConfigHandler.java
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2019-05-16 19:04:03 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2019-05-16 19:04:03 +1000
commitfe029e05f6f42360f0e355b0702dcb37734f6500 (patch)
tree7a10a2e5066217023b32c180a2e409c4e7d83225 /src/Java/gtPlusPlus/core/config/ConfigHandler.java
parent4655d15b6ec455b07e1185e656daf78b420d873f (diff)
downloadGT5-Unofficial-fe029e05f6f42360f0e355b0702dcb37734f6500.tar.gz
GT5-Unofficial-fe029e05f6f42360f0e355b0702dcb37734f6500.tar.bz2
GT5-Unofficial-fe029e05f6f42360f0e355b0702dcb37734f6500.zip
+ Added config option for harder Hulls/Casings.
+ Added new refinery processes for Selenium. + Added Selenium Dioxide & Selenious Acid.
Diffstat (limited to 'src/Java/gtPlusPlus/core/config/ConfigHandler.java')
-rw-r--r--src/Java/gtPlusPlus/core/config/ConfigHandler.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/config/ConfigHandler.java b/src/Java/gtPlusPlus/core/config/ConfigHandler.java
index 64c8b74b33..8f11a88271 100644
--- a/src/Java/gtPlusPlus/core/config/ConfigHandler.java
+++ b/src/Java/gtPlusPlus/core/config/ConfigHandler.java
@@ -72,7 +72,10 @@ public class ConfigHandler {
enableAnimatedTurbines = config.getBoolean("enableAnimatedTurbines", "gregtech", true,
"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,
+ "Makes LuV+ Casings and Hulls more difficult to craft.");
+
// Pipes & Cables
enableCustom_Pipes = config.getBoolean("enableCustom_Pipes", "gregtech", true,
"Adds Custom GT Fluid Pipes.");