Skip to content

Commit 6cd9938

Browse files
committed
Disable item_cache_flag when Lithium or derivatives are present,
as they rely on the broken cache logic
1 parent 7c3b01c commit 6cd9938

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
@@ -222,6 +222,7 @@ private ModernFixEarlyConfig(File file) {
222222
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");
223223
disableIfModPresent("mixin.perf.cache_strongholds", "littletiles");
224224
disableIfModPresent("mixin.perf.nbt_memory_usage", "c2me");
225+
disableIfModPresent("mixin.bugfix.item_cache_flag", "lithium", "canary", "radium");
225226
// DimThread makes changes to the server chunk manager (understandably), C2ME probably does the same
226227
disableIfModPresent("mixin.bugfix.chunk_deadlock", "c2me", "dimthread");
227228
disableIfModPresent("mixin.perf.reuse_datapacks", "tac");

0 commit comments

Comments
 (0)