Disable dynamic sounds by default until it can be tested more

This commit is contained in:
embeddedt 2023-10-10 17:39:54 -04:00
parent 504397bc23
commit 538d332310
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -161,6 +161,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.reuse_datapacks", false)
.put("mixin.perf.dynamic_block_codecs", false)
.put("mixin.feature.direct_stack_trace", false)