Skip to content

Commit 8133198

Browse files
committed
Enable worldgen_allocation by default
1 parent 25976f3 commit 8133198

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ public DefaultSettingMapBuilder put(String key, Boolean value) {
169169
.put("mixin.feature.stalled_chunk_load_detection", false)
170170
.put("mixin.perf.blast_search_trees.force", false)
171171
.put("mixin.bugfix.restore_old_dragon_movement", false)
172-
.put("mixin.perf.worldgen_allocation", false) // experimental
173172
.put("mixin.feature.cause_lag_by_disabling_threads", false)
174173
.put("mixin.bugfix.missing_block_entities", false)
175174
.put("mixin.feature.blockentity_incorrect_thread", false)

0 commit comments

Comments
 (0)