Skip to content

Commit 0d46226

Browse files
committed
Merge remote-tracking branch 'origin/1.16' into 1.18
2 parents ad9ce12 + 1728de0 commit 0d46226

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

0 commit comments

Comments
 (0)