Fix compatibility with Performant

This commit is contained in:
embeddedt 2023-03-03 21:43:32 -05:00
parent 010de8c30f
commit 84ba47f174
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -65,6 +65,7 @@ public class ModernFixEarlyConfig {
disableIfModPresent("mixin.perf.thread_priorities", "smoothboot");
disableIfModPresent("mixin.perf.async_jei", "modernui");
disableIfModPresent("mixin.perf.compress_biome_container", "chocolate");
disableIfModPresent("mixin.bugfix.mc218112", "performant");
}
private void disableIfModPresent(String configName, String... ids) {