{ "parent": "minecraft:recipes/root", "criteria": { "has_iron_ingot": { "conditions": { "items": [ { "items": [ "minecraft:iron_ingot" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:iron_trapdoor" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_iron_ingot" ] ], "rewards": { "recipes": [ "minecraft:iron_trapdoor" ] } }