{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:golden_helmet" ] }, "criteria": { "has_gold_ingot": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:gold_ingot" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:golden_helmet" } } }, "requirements": [ [ "has_gold_ingot", "has_the_recipe" ] ] }