Disable biome container compression when Chocolate Fix is installed
This commit is contained in:
parent
8a38642793
commit
ba30b37552
|
|
@ -44,6 +44,7 @@ public class ModernFixEarlyConfig {
|
||||||
/* Mod compat */
|
/* Mod compat */
|
||||||
disableIfModPresent("mixin.perf.thread_priorities", "smoothboot");
|
disableIfModPresent("mixin.perf.thread_priorities", "smoothboot");
|
||||||
disableIfModPresent("mixin.perf.async_jei", "modernui");
|
disableIfModPresent("mixin.perf.async_jei", "modernui");
|
||||||
|
disableIfModPresent("mixin.perf.compress_biome_container", "chocolate");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void disableIfModPresent(String configName, String... ids) {
|
private void disableIfModPresent(String configName, String... ids) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user