Disable risky parallel optimizations by default
This commit is contained in:
parent
933f495d64
commit
d6a2760824
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user