Merge 1.16 into 1.18

This commit is contained in:
embeddedt 2024-03-08 17:51:02 -05:00
commit 6531e605c2
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -225,6 +225,7 @@ public class ModernFixEarlyConfig {
disableIfModPresent("mixin.perf.reuse_datapacks", "tac");
disableIfModPresent("mixin.launch.class_search_cache", "optifine");
disableIfModPresent("mixin.perf.faster_texture_stitching", "optifine");
disableIfModPresent("mixin.bugfix.entity_pose_stack", "optifine");
disableIfModPresent("mixin.perf.datapack_reload_exceptions", "cyanide");
disableIfModPresent("mixin.bugfix.buffer_builder_leak", "isometric-renders");
disableIfModPresent("mixin.perf.faster_texture_loading", "stitch", "optifine", "changed");