Default reuse_datapacks to false
This optimization is only meaningful when swapping worlds (probably uncommon among players) and it's hard to predict what mods will have issues. Can be enabled by modpack devs for their own packs/testing if they wish
This commit is contained in:
parent
377f59847e
commit
467d4818d8
|
|
@ -160,6 +160,7 @@ public class ModernFixEarlyConfig {
|
|||
|
||||
private static final ImmutableMap<String, Boolean> DEFAULT_SETTING_OVERRIDES = new DefaultSettingMapBuilder()
|
||||
.put("mixin.perf.dynamic_resources", false)
|
||||
.put("mixin.perf.reuse_datapacks", false)
|
||||
.put("mixin.feature.direct_stack_trace", false)
|
||||
.putConditionally(ModernFixPlatformHooks.INSTANCE::isDevEnv, "mixin.perf.rewrite_registry", false)
|
||||
.put("mixin.perf.clear_mixin_classinfo", false)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user