Re-enable dynamic sounds

This commit is contained in:
Phoenix-Starlight 2023-10-13 19:42:44 -07:00 committed by GitHub
parent 8059fc4672
commit 2d21584704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,7 +161,6 @@ public class ModernFixEarlyConfig {
private static final ImmutableMap<String, Boolean> DEFAULT_SETTING_OVERRIDES = new DefaultSettingMapBuilder() private static final ImmutableMap<String, Boolean> DEFAULT_SETTING_OVERRIDES = new DefaultSettingMapBuilder()
.put("mixin.perf.dynamic_resources", false) .put("mixin.perf.dynamic_resources", false)
.put("mixin.perf.dynamic_sounds", false)
.put("mixin.perf.reuse_datapacks", false) .put("mixin.perf.reuse_datapacks", false)
.put("mixin.perf.dynamic_block_codecs", false) .put("mixin.perf.dynamic_block_codecs", false)
.put("mixin.feature.direct_stack_trace", false) .put("mixin.feature.direct_stack_trace", false)