{ "parent": "minecraft:recipes/root", "criteria": { "has_planks": { "conditions": { "items": [ { "items": [ "minecraft:warped_planks" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:warped_stairs" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_planks" ] ], "rewards": { "recipes": [ "minecraft:warped_stairs" ] } }