{ "parent": "minecraft:recipes/root", "criteria": { "has_rabbit": { "conditions": { "items": [ { "items": [ "minecraft:rabbit" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:cooked_rabbit" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_rabbit" ] ], "rewards": { "recipes": [ "minecraft:cooked_rabbit" ] } }