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