Turn off faster singleplayer load by default for now

This commit is contained in:
embeddedt 2023-02-27 09:32:33 -05:00
parent d9b2a880bb
commit c27f189154

View File

@ -50,7 +50,7 @@ public class ModernFixEarlyConfig {
this.addMixinRule("perf.async_locator", true);
this.addMixinRule("perf.faster_texture_stitching", true);
this.addMixinRule("perf.kubejs", true);
this.addMixinRule("perf.faster_singleplayer_load", true);
this.addMixinRule("perf.faster_singleplayer_load", false);
/* Keep this off if JEI isn't installed to prevent breaking vanilla gameplay */
this.addMixinRule("perf.blast_search_trees", FMLLoader.getLoadingModList().getModFileById("jei") != null);
this.addMixinRule("safety", true);