Disable biome container compression when Chocolate Fix is installed

This commit is contained in:
embeddedt 2023-01-22 21:10:02 -05:00
parent 8a38642793
commit ba30b37552
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -44,6 +44,7 @@ public class ModernFixEarlyConfig {
/* Mod compat */
disableIfModPresent("mixin.perf.thread_priorities", "smoothboot");
disableIfModPresent("mixin.perf.async_jei", "modernui");
disableIfModPresent("mixin.perf.compress_biome_container", "chocolate");
}
private void disableIfModPresent(String configName, String... ids) {