Merge 1.18 into 1.19.2

This commit is contained in:
embeddedt 2023-07-11 17:00:19 -04:00
commit 2ca29efd77
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -168,6 +168,7 @@ public class ModernFixEarlyConfig {
.put("mixin.feature.direct_stack_trace", false)
.putConditionally(ModernFixPlatformHooks::isDevEnv, "mixin.perf.rewrite_registry", false)
.put("mixin.perf.clear_mixin_classinfo", false)
.put("mixin.perf.deduplicate_climate_parameters", false)
.put("mixin.bugfix.packet_leak", false)
.put("mixin.perf.deduplicate_location", false)
.put("mixin.perf.dynamic_entity_renderers", false)