Disable cache_strongholds when LittleTiles is installed

Related: #143
Related: https://github.com/CreativeMD/LittleTiles/issues/859
This commit is contained in:
embeddedt 2023-06-27 16:39:49 -04:00
parent 4f711a4995
commit 8bb5e464bc
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -208,6 +208,7 @@ public class ModernFixEarlyConfig {
disableIfModPresent("mixin.bugfix.mc218112", "performant");
disableIfModPresent("mixin.bugfix.remove_block_chunkloading", "performant");
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");
disableIfModPresent("mixin.perf.cache_strongholds", "littletiles");
disableIfModPresent("mixin.perf.nbt_memory_usage", "c2me");
// DimThread makes changes to the server chunk manager (understandably), C2ME probably does the same
disableIfModPresent("mixin.bugfix.chunk_deadlock", "c2me", "dimthread");