{ "parent": "minecraft:recipes/root", "criteria": { "has_shears": { "conditions": { "items": [ { "items": "minecraft:shears" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:potato_peeler" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_shears" ] ], "rewards": { "recipes": [ "minecraft:potato_peeler" ] } }