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