Disable dynamic sounds by default until it can be tested more
This commit is contained in:
parent
504397bc23
commit
538d332310
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user