{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:scaffolding" ] }, "criteria": { "has_bamboo": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:bamboo" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:scaffolding" } } }, "requirements": [ [ "has_bamboo", "has_the_recipe" ] ] }