Merge 1.19.2 into 1.19.4

This commit is contained in:
embeddedt 2023-09-24 11:55:27 -04:00
commit d76e841761
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

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