Disable mixin.perf.faster_ingredients with VMP installed

Related: #565
This commit is contained in:
embeddedt 2025-06-01 15:24:29 -04:00
parent 71b444288b
commit e7542afd1c
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

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