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.
2 parents a11e70c + 3d1ead9 commit c5fee81Copy full SHA for c5fee81
common/src/main/java/org/embeddedt/modernfix/core/config/ModernFixEarlyConfig.java
@@ -211,7 +211,7 @@ private ModernFixEarlyConfig(File file) {
211
disableIfModPresent("mixin.bugfix.remove_block_chunkloading", "performant");
212
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");
213
disableIfModPresent("mixin.bugfix.preserve_early_window_pos", "better_loading_screen");
214
- disableIfModPresent("mixin.perf.cache_strongholds", "littletiles");
+ disableIfModPresent("mixin.perf.cache_strongholds", "littletiles", "c2me");
215
// content overlap
216
disableIfModPresent("mixin.perf.deduplicate_wall_shapes", "dashloader");
217
disableIfModPresent("mixin.perf.nbt_memory_usage", "c2me");
0 commit comments