Disable worldgen optimizations for patch release

This commit is contained in:
embeddedt 2024-06-13 18:24:25 -04:00
parent aac4334b37
commit 72fc1583be
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -165,6 +165,7 @@ public class ModernFixEarlyConfig {
.put("mixin.feature.stalled_chunk_load_detection", false)
.put("mixin.perf.blast_search_trees.force", false)
.put("mixin.bugfix.restore_old_dragon_movement", false)
.put("mixin.perf.worldgen_allocation", false) // experimental
.put("mixin.feature.cause_lag_by_disabling_threads", false)
.put("mixin.perf.clear_mixin_classinfo", false)
.put("mixin.perf.deduplicate_climate_parameters", false)