Disable deduplicate_climate_parameters by default
The 1.5-2MB this saves in vanilla isn't worth the cost of deduplication in larger modpacks. Option still works fine and can be re-enabled
This commit is contained in:
parent
1f043c7088
commit
3c9e5d2f0f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user