Skip to content

Commit 72fc158

Browse files
committed
Disable worldgen optimizations for patch release
1 parent aac4334 commit 72fc158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/java/org/embeddedt/modernfix/core/config/ModernFixEarlyConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ public DefaultSettingMapBuilder put(String key, Boolean value) {
165165
.put("mixin.feature.stalled_chunk_load_detection", false)
166166
.put("mixin.perf.blast_search_trees.force", false)
167167
.put("mixin.bugfix.restore_old_dragon_movement", false)
168+
.put("mixin.perf.worldgen_allocation", false) // experimental
168169
.put("mixin.feature.cause_lag_by_disabling_threads", false)
169170
.put("mixin.perf.clear_mixin_classinfo", false)
170171
.put("mixin.perf.deduplicate_climate_parameters", false)

0 commit comments

Comments
 (0)