BLS compat improvement

This commit is contained in:
embeddedt 2023-08-22 21:01:09 -04:00
parent 54625c1a40
commit 8081e0db02
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -214,6 +214,7 @@ public class ModernFixEarlyConfig {
disableIfModPresent("mixin.bugfix.mc218112", "performant");
disableIfModPresent("mixin.bugfix.remove_block_chunkloading", "performant");
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");
disableIfModPresent("mixin.bugfix.preserve_early_window_pos", "better_loading_screen");
disableIfModPresent("mixin.perf.cache_strongholds", "littletiles");
// content overlap
disableIfModPresent("mixin.perf.deduplicate_wall_shapes", "dashloader");