{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:nether_brick_wall" ] }, "criteria": { "has_nether_bricks": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:nether_bricks" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:nether_brick_wall" } } }, "requirements": [ [ "has_nether_bricks", "has_the_recipe" ] ] }