{ "parent": "minecraft:recipes/root", "criteria": { "has_gold_ingot": { "conditions": { "items": [ { "items": "#minecraft:gold_tool_materials" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:golden_pickaxe" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_gold_ingot" ] ], "rewards": { "recipes": [ "minecraft:golden_pickaxe" ] } }