{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:gold_ingot_from_gold_block" ] }, "criteria": { "has_at_least_9_gold_ingot": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:gold_ingot", "count": { "min": 9 } } ] } }, "has_gold_block": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:gold_block" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:gold_ingot_from_gold_block" } } }, "requirements": [ [ "has_at_least_9_gold_ingot", "has_gold_block", "has_the_recipe" ] ] }