{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:stone_brick_slab" ] }, "criteria": { "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "stone_brick_slab" } }, "has_stonebrick": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:stonebrick" } ] } } }, "requirements": [ [ "has_the_recipe", "has_stonebrick" ] ] }