From 4a9e0f9ded8c4f2ed8a0ba3e1d32724887f6c3be Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Mon, 2 Jul 2018 02:47:20 +1000 Subject: + Added extra GTNH checks on old circuit features. - Disabled Sulfuric Chem for the time being. $ Tried to fix all the recipes I borked. --- src/Java/gtPlusPlus/plugin/sulfurchem/Core_SulfuricChemistry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/plugin/sulfurchem') diff --git a/src/Java/gtPlusPlus/plugin/sulfurchem/Core_SulfuricChemistry.java b/src/Java/gtPlusPlus/plugin/sulfurchem/Core_SulfuricChemistry.java index 1ff99a3ddb..c125e26016 100644 --- a/src/Java/gtPlusPlus/plugin/sulfurchem/Core_SulfuricChemistry.java +++ b/src/Java/gtPlusPlus/plugin/sulfurchem/Core_SulfuricChemistry.java @@ -30,7 +30,7 @@ public class Core_SulfuricChemistry implements IPlugin { @Override public boolean preInit() { - if (/*CORE.ConfigSwitches.enableSulfuricAcidFix || */CORE.DEVENV) { + if (/*CORE.ConfigSwitches.enableSulfuricAcidFix || *//*CORE.DEVENV*/false) { shouldLoad = true; } if (shouldLoad) -- cgit