Merge 1.20 into 1.20.2

This commit is contained in:
embeddedt 2023-10-10 17:40:31 -04:00
commit e8fa483917
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -156,6 +156,7 @@ public class ModernFixEarlyConfig {
private static final ImmutableMap<String, Boolean> DEFAULT_SETTING_OVERRIDES = new DefaultSettingMapBuilder()
.put("mixin.perf.dynamic_resources", false)
.put("mixin.perf.dynamic_sounds", false)
.put("mixin.perf.dynamic_block_codecs", false)
.put("mixin.feature.direct_stack_trace", false)
.putConditionally(ModernFixPlatformHooks.INSTANCE::isDevEnv, "mixin.perf.rewrite_registry", false)