Merge remote-tracking branch 'origin/main' into 1.18

This commit is contained in:
embeddedt 2023-05-23 14:47:48 -04:00
commit 86e748dd93
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -185,7 +185,7 @@ public class ModernFixEarlyConfig {
disableIfModPresent("mixin.launch.class_search_cache", "optifine");
disableIfModPresent("mixin.perf.faster_texture_stitching", "optifine");
disableIfModPresent("mixin.perf.datapack_reload_exceptions", "cyanide");
disableIfModPresent("mixin.perf.faster_texture_loading", "stitch", "optifine");
disableIfModPresent("mixin.perf.faster_texture_loading", "stitch", "optifine", "changed");
}
private void disableIfModPresent(String configName, String... ids) {