{ "parent": "minecraft:recipes/root", "criteria": { "has_bricks": { "conditions": { "items": [ { "items": [ "minecraft:bricks" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:brick_slab_from_bricks_stonecutting" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_bricks" ] ], "rewards": { "recipes": [ "minecraft:brick_slab_from_bricks_stonecutting" ] } }