{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:fence_gate" ] }, "criteria": { "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "fence_gate" } }, "has_planks": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:planks", "data": 0 } ] } } }, "requirements": [ [ "has_the_recipe", "has_planks" ] ] }