Disable resource location deduplication for now due to CPU time
This commit is contained in:
parent
fcc6abe3b7
commit
aead8ef90f
|
|
@ -37,7 +37,7 @@ public class ModernFixEarlyConfig {
|
|||
this.addMixinRule("perf.compress_biome_container", true);
|
||||
this.addMixinRule("perf.nuke_empty_chunk_sections", true);
|
||||
this.addMixinRule("perf.flatten_model_predicates", true);
|
||||
this.addMixinRule("perf.deduplicate_location", true);
|
||||
this.addMixinRule("perf.deduplicate_location", false);
|
||||
this.addMixinRule("perf.cache_blockstate_cache_arrays", true);
|
||||
this.addMixinRule("perf.faster_baking", true);
|
||||
this.addMixinRule("perf.cache_model_materials", true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user