File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
common/src/main/java/org/embeddedt/modernfix/core/config Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments