Skip to content

Commit 375276e

Browse files
committed
Disable mixin.feature.registry_event_progress by default
1 parent 72a653e commit 375276e

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
@@ -176,6 +176,7 @@ public DefaultSettingMapBuilder put(String key, Boolean value) {
176176
.put("mixin.perf.remove_spawn_chunks", isDevEnv)
177177
.putConditionally(() -> !isFabric, "mixin.bugfix.fix_config_crashes", true)
178178
.putConditionally(() -> !isFabric, "mixin.bugfix.forge_at_inject_error", true)
179+
.putConditionally(() -> !isFabric, "mixin.feature.registry_event_progress", false)
179180
.putConditionally(() -> isFabric, "mixin.perf.clear_fabric_mapping_tables", false)
180181
.build();
181182

0 commit comments

Comments
 (0)