diff options
author | miozune <miozune@gmail.com> | 2022-11-30 21:42:32 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 13:42:32 +0100 |
commit | 6f9afd2077a07d507edcfdff69dc8e94f82d4a4e (patch) | |
tree | f6f7463713e928e35faab6b6071c819eb491548c /src/main/java/gregtech/loaders | |
parent | 03462d73b5a614fb3cbecf3abd078b2f674f20b1 (diff) | |
download | GT5-Unofficial-6f9afd2077a07d507edcfdff69dc8e94f82d4a4e.tar.gz GT5-Unofficial-6f9afd2077a07d507edcfdff69dc8e94f82d4a4e.tar.bz2 GT5-Unofficial-6f9afd2077a07d507edcfdff69dc8e94f82d4a4e.zip |
Make AL recipes always visible (#1529)
Diffstat (limited to 'src/main/java/gregtech/loaders')
-rw-r--r-- | src/main/java/gregtech/loaders/preload/GT_PreLoad.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/java/gregtech/loaders/preload/GT_PreLoad.java b/src/main/java/gregtech/loaders/preload/GT_PreLoad.java index d6818d1ac5..e651b8122d 100644 --- a/src/main/java/gregtech/loaders/preload/GT_PreLoad.java +++ b/src/main/java/gregtech/loaders/preload/GT_PreLoad.java @@ -470,9 +470,6 @@ public class GT_PreLoad { public static void loadConfig(Configuration tMainConfig) { GT_Values.D1 = tMainConfig.get(GT_Mod.aTextGeneral, "Debug", false).getBoolean(false); GT_Values.D2 = tMainConfig.get(GT_Mod.aTextGeneral, "Debug2", false).getBoolean(false); - GT_Values.hideAssLineRecipes = tMainConfig - .get(GT_Mod.aTextGeneral, "hide assline recipes", false) - .getBoolean(false); GT_Values.updateFluidDisplayItems = tMainConfig .get(GT_Mod.aTextGeneral, "update fluid display items", true) .getBoolean(true); |