{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:emerald" ] }, "criteria": { "has_at_least_9_emerald": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:emerald", "count": { "min": 9 } } ] } }, "has_emerald_block": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:emerald_block" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:emerald" } } }, "requirements": [ [ "has_at_least_9_emerald", "has_emerald_block", "has_the_recipe" ] ] }