{ "parent": "minecraft:recipes/root", "criteria": { "has_carved_pumpkin": { "conditions": { "items": [ { "items": "minecraft:carved_pumpkin" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:jack_o_lantern" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_carved_pumpkin" ] ], "rewards": { "recipes": [ "minecraft:jack_o_lantern" ] } }