{ "parent": "minecraft:recipes/root", "criteria": { "has_porkchop": { "conditions": { "items": [ { "items": [ "minecraft:porkchop" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:cooked_porkchop" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_porkchop" ] ], "rewards": { "recipes": [ "minecraft:cooked_porkchop" ] } }