Turn off preloading of block classes

When enabled, the parallel DeferredRegister system should yield
the same result anyway.
This commit is contained in:
embeddedt 2023-01-07 21:57:10 -05:00
parent 05285b433b
commit df50f1e3a5
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -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);