Skip to content

Commit 06878c6

Browse files
committed
Disable biome container compression when WorldEdit is installed
1 parent 965d105 commit 06878c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/org/embeddedt/modernfix/core/config/ModernFixEarlyConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ private ModernFixEarlyConfig(File file) {
214214
/* Mod compat */
215215
disableIfModPresent("mixin.perf.thread_priorities", "smoothboot", "threadtweak");
216216
disableIfModPresent("mixin.perf.boost_worker_count", "smoothboot", "threadtweak");
217-
disableIfModPresent("mixin.perf.compress_biome_container", "chocolate", "betterendforge" ,"skyblockbuilder", "modern_beta");
217+
disableIfModPresent("mixin.perf.compress_biome_container", "chocolate", "betterendforge" ,"skyblockbuilder", "modern_beta", "worldedit");
218218
disableIfModPresent("mixin.bugfix.mc218112", "performant");
219219
disableIfModPresent("mixin.bugfix.remove_block_chunkloading", "performant");
220220
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");

0 commit comments

Comments
 (0)