Merge 1.20 into 1.21

This commit is contained in:
embeddedt 2024-06-13 18:24:45 -04:00
commit a6e0785252
No known key found for this signature in database
GPG Key ID: A69433EC199B5613
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ loom {
silentMojangMappingsLicense()
accessWidenerPath = file("${rootDir}/common/src/main/resources/modernfix.accesswidener")
mixin {
useLegacyMixinAp = false
useLegacyMixinAp = true
}
}

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)