Disable smart ingredient sync with CraftTweaker installed

Related: #570
This commit is contained in:
embeddedt 2025-06-16 19:49:46 -04:00
parent 38f1370d59
commit f26ed86973
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -242,6 +242,7 @@ public class ModernFixEarlyConfig {
disableIfModPresent("mixin.feature.remove_chat_signing", "nochatreports");
disableIfModPresent("mixin.perf.faster_texture_loading", "stitch", "optifine", "changed");
disableIfModPresent("mixin.perf.faster_ingredients", "vmp");
disableIfModPresent("mixin.perf.smart_ingredient_sync", "crafttweaker");
if(isFabric) {
disableIfModPresent("mixin.bugfix.packet_leak", "memoryleakfix");
}