Skip to content

Commit 3c9e5d2

Browse files
committed
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
1 parent 1f043c7 commit 3c9e5d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/java/org/embeddedt/modernfix/core/config/ModernFixEarlyConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ public DefaultSettingMapBuilder put(String key, Boolean value) {
168168
.put("mixin.feature.direct_stack_trace", false)
169169
.putConditionally(ModernFixPlatformHooks::isDevEnv, "mixin.perf.rewrite_registry", false)
170170
.put("mixin.perf.clear_mixin_classinfo", false)
171+
.put("mixin.perf.deduplicate_climate_parameters", false)
171172
.put("mixin.bugfix.packet_leak", false)
172173
.put("mixin.perf.deduplicate_location", false)
173174
.put("mixin.perf.dynamic_entity_renderers", false)

0 commit comments

Comments
 (0)