Merge 1.16 into 1.18
This commit is contained in:
commit
39fa555209
|
|
@ -156,6 +156,7 @@ 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.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)
|
||||||
.putConditionally(ModernFixPlatformHooks.INSTANCE::isDevEnv, "mixin.perf.rewrite_registry", false)
|
.putConditionally(ModernFixPlatformHooks.INSTANCE::isDevEnv, "mixin.perf.rewrite_registry", false)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user