Enable dynamic sounds now that Guava issue is worked around

This commit is contained in:
embeddedt 2023-10-25 15:03:16 -04:00
parent 77760d7dd2
commit f4ce7072a6

View File

@ -162,7 +162,6 @@ public class ModernFixEarlyConfig {
private static final ImmutableMap<String, Boolean> DEFAULT_SETTING_OVERRIDES = new DefaultSettingMapBuilder()
.put("mixin.perf.dynamic_resources", false)
.putConditionally(() -> !isFabric, "mixin.perf.async_jei", 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)