Disable risky parallel optimizations by default

This commit is contained in:
embeddedt 2023-01-07 13:08:29 -05:00
parent 933f495d64
commit d6a2760824
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -30,7 +30,7 @@ public class ModernFixEarlyConfig {
this.addMixinRule("perf.async_jei", true);
this.addMixinRule("perf.thread_priorities", true);
this.addMixinRule("perf.preload_block_classes", true);
this.addMixinRule("perf.parallel_potentially_unsafe", true);
this.addMixinRule("perf.parallel_potentially_unsafe", false);
/* Mod compat */
if(FMLLoader.getLoadingModList().getModFileById("smoothboot") != null) {