Skip to content

Commit e7542af

Browse files
committed
Disable mixin.perf.faster_ingredients with VMP installed
Related: #565
1 parent 71b4442 commit e7542af

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
@@ -241,6 +241,7 @@ private ModernFixEarlyConfig(File file) {
241241
disableIfModPresent("mixin.bugfix.buffer_builder_leak", "isometric-renders", "witherstormmod");
242242
disableIfModPresent("mixin.feature.remove_chat_signing", "nochatreports");
243243
disableIfModPresent("mixin.perf.faster_texture_loading", "stitch", "optifine", "changed");
244+
disableIfModPresent("mixin.perf.faster_ingredients", "vmp");
244245
if(isFabric) {
245246
disableIfModPresent("mixin.bugfix.packet_leak", "memoryleakfix");
246247
}

0 commit comments

Comments
 (0)