We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe69e7 commit 8fcc406Copy full SHA for 8fcc406
1 file changed
src/main/java/com/mitchej123/hodgepodge/config/SpeedupsConfig.java
@@ -83,12 +83,12 @@ public class SpeedupsConfig {
83
public static boolean speedupLeafDecay;
84
85
@Config.Comment("Load texture map icons on multiple threads")
86
- @Config.DefaultBoolean(true)
+ @Config.DefaultBoolean(false)
87
@Config.RequiresMcRestart
88
public static boolean asyncIconLoading;
89
90
@Config.Comment("Remove icon loading on texture map init")
91
92
93
public static boolean removeExtraIconLoad;
94
0 commit comments