Skip to content

Commit 8fcc406

Browse files
authored
(temp) Set async icon loading to default false (#953)
1 parent cfe69e7 commit 8fcc406

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/mitchej123/hodgepodge/config/SpeedupsConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ public class SpeedupsConfig {
8383
public static boolean speedupLeafDecay;
8484

8585
@Config.Comment("Load texture map icons on multiple threads")
86-
@Config.DefaultBoolean(true)
86+
@Config.DefaultBoolean(false)
8787
@Config.RequiresMcRestart
8888
public static boolean asyncIconLoading;
8989

9090
@Config.Comment("Remove icon loading on texture map init")
91-
@Config.DefaultBoolean(true)
91+
@Config.DefaultBoolean(false)
9292
@Config.RequiresMcRestart
9393
public static boolean removeExtraIconLoad;
9494

0 commit comments

Comments
 (0)