Enable worldgen_allocation by default

This commit is contained in:
embeddedt 2025-08-22 20:24:10 -04:00
parent 25976f3b87
commit 8133198cc2
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -169,7 +169,6 @@ 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.bugfix.missing_block_entities", false)
.put("mixin.feature.blockentity_incorrect_thread", false)