Skip to content

Commit 4e84275

Browse files
committed
Merge 1.20 into 1.20.6
2 parents f85d31d + def4c05 commit 4e84275

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
@@ -212,7 +212,7 @@ private ModernFixEarlyConfig(File file) {
212212
/* Mod compat */
213213
disableIfModPresent("mixin.perf.thread_priorities", "smoothboot", "threadtweak");
214214
disableIfModPresent("mixin.perf.boost_worker_count", "smoothboot", "threadtweak");
215-
disableIfModPresent("mixin.perf.compress_biome_container", "chocolate", "betterendforge" ,"skyblockbuilder", "modern_beta");
215+
disableIfModPresent("mixin.perf.compress_biome_container", "chocolate", "betterendforge" ,"skyblockbuilder", "modern_beta", "worldedit");
216216
disableIfModPresent("mixin.bugfix.mc218112", "performant");
217217
disableIfModPresent("mixin.bugfix.remove_block_chunkloading", "performant");
218218
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");

0 commit comments

Comments
 (0)