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