Disable compress_biome_container when Modern Beta is installed
Related: #224
This commit is contained in:
parent
1f7da1d650
commit
e1ea900ffb
|
|
@ -210,7 +210,7 @@ public class ModernFixEarlyConfig {
|
|||
disableIfModPresent("mixin.perf.thread_priorities", "smoothboot", "threadtweak");
|
||||
disableIfModPresent("mixin.perf.boost_worker_count", "smoothboot", "threadtweak");
|
||||
disableIfModPresent("mixin.perf.async_jei", "modernui");
|
||||
disableIfModPresent("mixin.perf.compress_biome_container", "chocolate", "betterendforge" ,"skyblockbuilder");
|
||||
disableIfModPresent("mixin.perf.compress_biome_container", "chocolate", "betterendforge" ,"skyblockbuilder", "modern_beta");
|
||||
disableIfModPresent("mixin.bugfix.mc218112", "performant");
|
||||
disableIfModPresent("mixin.bugfix.remove_block_chunkloading", "performant");
|
||||
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user