Skip to content

Commit 152e795

Browse files
committed
Merge 1.19.2 into 1.19.4
2 parents 93817c5 + 89a78bf commit 152e795

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
@@ -203,6 +203,7 @@ private ModernFixEarlyConfig(File file) {
203203
disableIfModPresent("mixin.bugfix.mc218112", "performant");
204204
disableIfModPresent("mixin.bugfix.remove_block_chunkloading", "performant");
205205
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");
206+
disableIfModPresent("mixin.perf.cache_strongholds", "littletiles");
206207
disableIfModPresent("mixin.perf.nbt_memory_usage", "c2me");
207208
// DimThread makes changes to the server chunk manager (understandably), C2ME probably does the same
208209
disableIfModPresent("mixin.bugfix.chunk_deadlock", "c2me", "dimthread");

0 commit comments

Comments
 (0)