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.
1 parent 4f711a4 commit 8bb5e46Copy full SHA for 8bb5e46
common/src/main/java/org/embeddedt/modernfix/core/config/ModernFixEarlyConfig.java
@@ -208,6 +208,7 @@ private ModernFixEarlyConfig(File file) {
208
disableIfModPresent("mixin.bugfix.mc218112", "performant");
209
disableIfModPresent("mixin.bugfix.remove_block_chunkloading", "performant");
210
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");
211
+ disableIfModPresent("mixin.perf.cache_strongholds", "littletiles");
212
disableIfModPresent("mixin.perf.nbt_memory_usage", "c2me");
213
// DimThread makes changes to the server chunk manager (understandably), C2ME probably does the same
214
disableIfModPresent("mixin.bugfix.chunk_deadlock", "c2me", "dimthread");
0 commit comments