Disable mixin.perf.release_protochunks when Moonrise is present

Fixes #652
This commit is contained in:
embeddedt 2026-04-27 19:52:08 -04:00
parent a40363c1fb
commit 4e3ecf9b6d
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -241,7 +241,7 @@ public class ModernFixEarlyConfig {
disableIfModPresent("mixin.bugfix.item_cache_flag", "lithium", "canary", "radium");
// DimThread makes changes to the server chunk manager (understandably), C2ME probably does the same
disableIfModPresent("mixin.bugfix.chunk_deadlock", "c2me", "dimthread");
disableIfModPresent("mixin.perf.release_protochunks", "c2me");
disableIfModPresent("mixin.perf.release_protochunks", "c2me", "moonrise");
disableIfModPresent("mixin.launch.class_search_cache", "optifine");
disableIfModPresent("mixin.perf.faster_texture_stitching", "optifine");
disableIfModPresent("mixin.bugfix.entity_pose_stack", "optifine");