{ "parent": "minecraft:recipes/root", "criteria": { "has_granite": { "conditions": { "items": [ { "items": [ "minecraft:granite" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:granite_stairs" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_granite" ] ], "rewards": { "recipes": [ "minecraft:granite_stairs" ] } }