{ "parent": "minecraft:recipes/root", "criteria": { "has_hay_block": { "conditions": { "items": [ { "items": [ "minecraft:hay_block" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_redstone": { "conditions": { "items": [ { "items": [ "minecraft:redstone" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:target" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_redstone", "has_hay_block" ] ], "rewards": { "recipes": [ "minecraft:target" ] } }