aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel <daniel112092@gmail.com>2017-06-17 12:02:19 +0200
committerGitHub <noreply@github.com>2017-06-17 12:02:19 +0200
commitdc2668d0e2104609d56f0013624aefa56512cc1f (patch)
treee9158fecc40a3324d153397ae470f1ca1d38d28f /src
parentb06fdfde4ce90c531aba03c407872c90d0d3583d (diff)
downloadGT5-Unofficial-dc2668d0e2104609d56f0013624aefa56512cc1f.tar.gz
GT5-Unofficial-dc2668d0e2104609d56f0013624aefa56512cc1f.tar.bz2
GT5-Unofficial-dc2668d0e2104609d56f0013624aefa56512cc1f.zip
Remove todo
Diffstat (limited to 'src')
-rw-r--r--src/main/java/gregtech/GT_Mod.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/GT_Mod.java b/src/main/java/gregtech/GT_Mod.java
index 0eecba3558..d0f24f68c3 100644
--- a/src/main/java/gregtech/GT_Mod.java
+++ b/src/main/java/gregtech/GT_Mod.java
@@ -265,7 +265,7 @@ public class GT_Mod implements IGT_Mod {
Calendar now = Calendar.getInstance();
gregtechproxy.mAprilFool = GregTech_API.sSpecialFile.get(ConfigCategories.general, "AprilFool", now.get(Calendar.MONTH) == Calendar.APRIL && now.get(Calendar.DAY_OF_MONTH) == 1);
gregtechproxy.mCropNeedBlock = tMainConfig.get("general", "CropNeedBlockBelow", true).getBoolean(true);
- gregtechproxy.mReenableSimplifiedChemicalRecipes = tMainConfig.get("general", "ReenableSimplifiedChemicalRecipes", false).getBoolean(false);//TODO CHECK
+ gregtechproxy.mReenableSimplifiedChemicalRecipes = tMainConfig.get("general", "ReenableSimplifiedChemicalRecipes", false).getBoolean(false);
gregtechproxy.mAMHInteraction = tMainConfig.get("general", "AllowAutoMaintenanceHatchInteraction", false).getBoolean(false);
GregTech_API.mOutputRF = GregTech_API.sOPStuff.get(ConfigCategories.general, "OutputRF", true);
GregTech_API.mInputRF = GregTech_API.sOPStuff.get(ConfigCategories.general, "InputRF", false);