{ "rewards": { "recipes": [ "minecraft:redstone" ] }, "criteria": { "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "redstone" } }, "has_redstone_block": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:redstone_block" } ] } } }, "requirements": [ [ "has_the_recipe" ], [ "has_redstone_block" ] ] }