{ "parent": "minecraft:recipes/root", "criteria": { "has_stick": { "conditions": { "items": [ { "items": "minecraft:stick" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:wooden_axe" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_stick" ] ], "rewards": { "recipes": [ "minecraft:wooden_axe" ] } }