Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ public class SpeedupsConfig {
public static boolean speedupLeafDecay;

@Config.Comment("Load texture map icons on multiple threads")
@Config.DefaultBoolean(true)
@Config.DefaultBoolean(false)
@Config.RequiresMcRestart
public static boolean asyncIconLoading;

@Config.Comment("Remove icon loading on texture map init")
@Config.DefaultBoolean(true)
@Config.DefaultBoolean(false)
@Config.RequiresMcRestart
public static boolean removeExtraIconLoad;

Expand Down
Loading