Disable cache_strongholds when LittleTiles is installed
Related: #143 Related: https://github.com/CreativeMD/LittleTiles/issues/859
This commit is contained in:
parent
4f711a4995
commit
8bb5e464bc
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user