{ "parent": "minecraft:recipes/root", "criteria": { "has_mossy_stone_bricks": { "conditions": { "items": [ { "items": [ "minecraft:mossy_stone_bricks" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:mossy_stone_brick_slab" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_mossy_stone_bricks" ] ], "rewards": { "recipes": [ "minecraft:mossy_stone_brick_slab" ] } }