aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2023-05-08 17:25:22 +0900
committerGitHub <noreply@github.com>2023-05-08 10:25:22 +0200
commit4f5d9697557f8aeee32fe2b1cc5e22393a7ff8ad (patch)
tree28a350d6afca99a0ed5befe62769cb63352a4734 /src/main/java/gregtech/loaders
parent312812a4b8ee14ab2f1ad53ed2a941543942f16e (diff)
downloadGT5-Unofficial-4f5d9697557f8aeee32fe2b1cc5e22393a7ff8ad.tar.gz
GT5-Unofficial-4f5d9697557f8aeee32fe2b1cc5e22393a7ff8ad.tar.bz2
GT5-Unofficial-4f5d9697557f8aeee32fe2b1cc5e22393a7ff8ad.zip
Migrate to FluidSlotWidget from FluidDisplaySlotWidget (#1963)
Diffstat (limited to 'src/main/java/gregtech/loaders')
-rw-r--r--src/main/java/gregtech/loaders/preload/GT_PreLoad.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/gregtech/loaders/preload/GT_PreLoad.java b/src/main/java/gregtech/loaders/preload/GT_PreLoad.java
index d9f62bdc45..7ff8d6bfda 100644
--- a/src/main/java/gregtech/loaders/preload/GT_PreLoad.java
+++ b/src/main/java/gregtech/loaders/preload/GT_PreLoad.java
@@ -359,8 +359,6 @@ public class GT_PreLoad {
.getBoolean(false);
GT_Values.D2 = tMainConfig.get(GT_Mod.aTextGeneral, "Debug2", false)
.getBoolean(false);
- GT_Values.updateFluidDisplayItems = tMainConfig.get(GT_Mod.aTextGeneral, "update fluid display items", true)
- .getBoolean(true);
GT_Values.allow_broken_recipemap = tMainConfig.get(GT_Mod.aTextGeneral, "debug allow broken recipemap", false)
.getBoolean(false);
GT_Values.debugCleanroom = tMainConfig.get(GT_Mod.aTextGeneral, "debugCleanroom", false)