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