Skip to content

Commit 8081e0d

Browse files
committed
BLS compat improvement
1 parent 54625c1 commit 8081e0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ private ModernFixEarlyConfig(File file) {
214214
disableIfModPresent("mixin.bugfix.mc218112", "performant");
215215
disableIfModPresent("mixin.bugfix.remove_block_chunkloading", "performant");
216216
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");
217+
disableIfModPresent("mixin.bugfix.preserve_early_window_pos", "better_loading_screen");
217218
disableIfModPresent("mixin.perf.cache_strongholds", "littletiles");
218219
// content overlap
219220
disableIfModPresent("mixin.perf.deduplicate_wall_shapes", "dashloader");

0 commit comments

Comments
 (0)