Skip to content

Commit def4c05

Browse files
committed
Merge 1.19.2 into 1.20
2 parents 831db87 + 3098705 commit def4c05

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)