Disable release_protochunks when C2ME is installed
This commit is contained in:
parent
36f425b8cd
commit
d08da1b3c8
|
|
@ -241,7 +241,7 @@ public class ModernFixEarlyConfig {
|
||||||
disableIfModPresent("mixin.bugfix.item_cache_flag", "lithium", "canary", "radium");
|
disableIfModPresent("mixin.bugfix.item_cache_flag", "lithium", "canary", "radium");
|
||||||
// DimThread makes changes to the server chunk manager (understandably), C2ME probably does the same
|
// DimThread makes changes to the server chunk manager (understandably), C2ME probably does the same
|
||||||
disableIfModPresent("mixin.bugfix.chunk_deadlock", "c2me", "dimthread");
|
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.launch.class_search_cache", "optifine");
|
||||||
disableIfModPresent("mixin.perf.faster_texture_stitching", "optifine");
|
disableIfModPresent("mixin.perf.faster_texture_stitching", "optifine");
|
||||||
disableIfModPresent("mixin.bugfix.entity_pose_stack", "optifine");
|
disableIfModPresent("mixin.bugfix.entity_pose_stack", "optifine");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user