Skip to content

Commit 3d1ead9

Browse files
committed
Merge 1.16 into 1.18
2 parents d32ba39 + 5de1518 commit 3d1ead9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ private ModernFixEarlyConfig(File file) {
211211
disableIfModPresent("mixin.bugfix.remove_block_chunkloading", "performant");
212212
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");
213213
disableIfModPresent("mixin.bugfix.preserve_early_window_pos", "better_loading_screen");
214-
disableIfModPresent("mixin.perf.cache_strongholds", "littletiles");
214+
disableIfModPresent("mixin.perf.cache_strongholds", "littletiles", "c2me");
215215
// content overlap
216216
disableIfModPresent("mixin.perf.deduplicate_wall_shapes", "dashloader");
217217
disableIfModPresent("mixin.perf.nbt_memory_usage", "c2me");

0 commit comments

Comments
 (0)