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