{ "parent": "minecraft:recipes/root", "criteria": { "has_deepslate_bricks": { "conditions": { "items": [ { "items": [ "minecraft:deepslate_bricks" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:deepslate_brick_slab_from_deepslate_bricks_stonecutting" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_deepslate_bricks" ] ], "rewards": { "recipes": [ "minecraft:deepslate_brick_slab_from_deepslate_bricks_stonecutting" ] } }