Disable release_protochunks when C2ME is installed

This commit is contained in:
embeddedt 2026-03-29 19:46:04 -04:00
parent 36f425b8cd
commit d08da1b3c8
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.reuse_datapacks", "tac");
disableIfModPresent("mixin.perf.release_protochunks", "c2me");
disableIfModPresent("mixin.launch.class_search_cache", "optifine");
disableIfModPresent("mixin.perf.faster_texture_stitching", "optifine");
disableIfModPresent("mixin.bugfix.entity_pose_stack", "optifine");