We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54625c1 commit 8081e0dCopy full SHA for 8081e0d
common/src/main/java/org/embeddedt/modernfix/core/config/ModernFixEarlyConfig.java
@@ -214,6 +214,7 @@ private ModernFixEarlyConfig(File file) {
214
disableIfModPresent("mixin.bugfix.mc218112", "performant");
215
disableIfModPresent("mixin.bugfix.remove_block_chunkloading", "performant");
216
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");
217
+ disableIfModPresent("mixin.bugfix.preserve_early_window_pos", "better_loading_screen");
218
disableIfModPresent("mixin.perf.cache_strongholds", "littletiles");
219
// content overlap
220
disableIfModPresent("mixin.perf.deduplicate_wall_shapes", "dashloader");
0 commit comments