Disable mixin.perf.faster_ingredients with Prefab installed

Prefab relies on the nullity of `Ingredient.itemStacks` matching
vanilla, which is not true with this option enabled

aa5386c78b/Shared/src/com/prefab/recipe/ConditionedShapedRecipe.java (L166)

Fixes #660
This commit is contained in:
embeddedt 2026-05-07 21:48:04 -04:00
parent 4ec8ef753a
commit 55cec86e5f
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -249,7 +249,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");
disableIfModPresent("mixin.perf.faster_ingredients", "vmp", "prefab");
disableIfModPresent("mixin.perf.smart_ingredient_sync", "crafttweaker");
if(isFabric) {
disableIfModPresent("mixin.bugfix.packet_leak", "memoryleakfix");