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

This commit is contained in:
embeddedt 2023-05-08 10:42:36 -04:00
commit b89e7639cd
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -187,6 +187,7 @@ public class ModernFixEarlyConfig {
disableIfModPresent("mixin.bugfix.mc218112", "performant");
disableIfModPresent("mixin.perf.reuse_datapacks", "tac");
disableIfModPresent("mixin.launch.class_search_cache", "optifine");
disableIfModPresent("mixin.perf.datapack_reload_exceptions", "cyanide");
}
private void disableIfModPresent(String configName, String... ids) {