Skip to content

Commit f26ed86

Browse files
committed
Disable smart ingredient sync with CraftTweaker installed
Related: #570
1 parent 38f1370 commit f26ed86

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
@@ -242,6 +242,7 @@ private ModernFixEarlyConfig(File file) {
242242
disableIfModPresent("mixin.feature.remove_chat_signing", "nochatreports");
243243
disableIfModPresent("mixin.perf.faster_texture_loading", "stitch", "optifine", "changed");
244244
disableIfModPresent("mixin.perf.faster_ingredients", "vmp");
245+
disableIfModPresent("mixin.perf.smart_ingredient_sync", "crafttweaker");
245246
if(isFabric) {
246247
disableIfModPresent("mixin.bugfix.packet_leak", "memoryleakfix");
247248
}

0 commit comments

Comments
 (0)