Skip to content

Commit 8bb5e46

Browse files
committed
Disable cache_strongholds when LittleTiles is installed
Related: #143 Related: CreativeMD/LittleTiles#859
1 parent 4f711a4 commit 8bb5e46

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
@@ -208,6 +208,7 @@ private ModernFixEarlyConfig(File file) {
208208
disableIfModPresent("mixin.bugfix.mc218112", "performant");
209209
disableIfModPresent("mixin.bugfix.remove_block_chunkloading", "performant");
210210
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");
211+
disableIfModPresent("mixin.perf.cache_strongholds", "littletiles");
211212
disableIfModPresent("mixin.perf.nbt_memory_usage", "c2me");
212213
// DimThread makes changes to the server chunk manager (understandably), C2ME probably does the same
213214
disableIfModPresent("mixin.bugfix.chunk_deadlock", "c2me", "dimthread");

0 commit comments

Comments
 (0)