Skip to content

Commit c8bce3e

Browse files
committed
Disable bugfix.chunk_deadlock for DimThread
Related: #118
1 parent 4b73d69 commit c8bce3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ private ModernFixEarlyConfig(File file) {
191191
disableIfModPresent("mixin.bugfix.mc218112", "performant");
192192
disableIfModPresent("mixin.bugfix.remove_block_chunkloading", "performant");
193193
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");
194+
// DimThread makes changes to the server chunk manager (understandably), C2ME probably does the same
195+
disableIfModPresent("mixin.bugfix.chunk_deadlock", "c2me", "dimthread");
194196
disableIfModPresent("mixin.perf.reuse_datapacks", "tac");
195197
disableIfModPresent("mixin.launch.class_search_cache", "optifine");
196198
disableIfModPresent("mixin.perf.faster_texture_stitching", "optifine");

0 commit comments

Comments
 (0)