Skip to content

Commit 4e3ecf9

Browse files
committed
Disable mixin.perf.release_protochunks when Moonrise is present
Fixes #652
1 parent a40363c commit 4e3ecf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ private ModernFixEarlyConfig(File file) {
241241
disableIfModPresent("mixin.bugfix.item_cache_flag", "lithium", "canary", "radium");
242242
// DimThread makes changes to the server chunk manager (understandably), C2ME probably does the same
243243
disableIfModPresent("mixin.bugfix.chunk_deadlock", "c2me", "dimthread");
244-
disableIfModPresent("mixin.perf.release_protochunks", "c2me");
244+
disableIfModPresent("mixin.perf.release_protochunks", "c2me", "moonrise");
245245
disableIfModPresent("mixin.launch.class_search_cache", "optifine");
246246
disableIfModPresent("mixin.perf.faster_texture_stitching", "optifine");
247247
disableIfModPresent("mixin.bugfix.entity_pose_stack", "optifine");

0 commit comments

Comments
 (0)