Skip to content

Commit 76485b0

Browse files
committed
Fix Skyblock Builder crash
Related: #117
1 parent 3dbff47 commit 76485b0

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
@@ -183,7 +183,7 @@ private ModernFixEarlyConfig(File file) {
183183
disableIfModPresent("mixin.perf.thread_priorities", "smoothboot");
184184
disableIfModPresent("mixin.perf.boost_worker_count", "smoothboot");
185185
disableIfModPresent("mixin.perf.async_jei", "modernui");
186-
disableIfModPresent("mixin.perf.compress_biome_container", "chocolate", "betterendforge");
186+
disableIfModPresent("mixin.perf.compress_biome_container", "chocolate", "betterendforge" ,"skyblockbuilder");
187187
disableIfModPresent("mixin.bugfix.mc218112", "performant");
188188
disableIfModPresent("mixin.bugfix.remove_block_chunkloading", "performant");
189189
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");

0 commit comments

Comments
 (0)