{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:brick_block" ] }, "criteria": { "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "brick_block" } }, "has_brick": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:brick" } ] } } }, "requirements": [ [ "has_the_recipe", "has_brick" ] ] }