Disable item_cache_flag when Lithium or derivatives are present,
as they rely on the broken cache logic
This commit is contained in:
parent
7c3b01c911
commit
6cd99383b9
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user