{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:redstone_block" ] }, "criteria": { "has_at_least_9_redstone": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:redstone", "count": { "min": 9 } } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:redstone_block" } } }, "requirements": [ [ "has_at_least_9_redstone", "has_the_recipe" ] ] }