Merge 1.19.2 into 1.20

This commit is contained in:
embeddedt 2023-10-10 17:40:30 -04:00
commit cbfe1636ff
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)