Disable item_cache_flag when Lithium or derivatives are present,

as they rely on the broken cache logic
This commit is contained in:
embeddedt 2023-07-13 21:43:14 -04:00
parent 7c3b01c911
commit 6cd99383b9
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -222,6 +222,7 @@ public class ModernFixEarlyConfig {
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");
disableIfModPresent("mixin.perf.cache_strongholds", "littletiles");
disableIfModPresent("mixin.perf.nbt_memory_usage", "c2me");
disableIfModPresent("mixin.bugfix.item_cache_flag", "lithium", "canary", "radium");
// DimThread makes changes to the server chunk manager (understandably), C2ME probably does the same
disableIfModPresent("mixin.bugfix.chunk_deadlock", "c2me", "dimthread");
disableIfModPresent("mixin.perf.reuse_datapacks", "tac");