Turn off preloading of block classes
When enabled, the parallel DeferredRegister system should yield the same result anyway.
This commit is contained in:
parent
05285b433b
commit
df50f1e3a5
|
|
@ -29,7 +29,7 @@ public class ModernFixEarlyConfig {
|
|||
this.addMixinRule("bugfix.edge_chunk_not_saved", true);
|
||||
this.addMixinRule("perf.async_jei", true);
|
||||
this.addMixinRule("perf.thread_priorities", true);
|
||||
this.addMixinRule("perf.preload_block_classes", true);
|
||||
this.addMixinRule("perf.preload_block_classes", false);
|
||||
this.addMixinRule("perf.parallel_potentially_unsafe", false);
|
||||
this.addMixinRule("perf.parallel_blockstate_cache_rebuild", true);
|
||||
this.addMixinRule("safety", true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user