Disable smart ingredient sync with CraftTweaker installed
Related: #570
This commit is contained in:
parent
38f1370d59
commit
f26ed86973
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user