{ "parent": "minecraft:recipes/root", "criteria": { "has_rabbit_hide": { "conditions": { "items": [ { "items": "minecraft:rabbit_hide" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:leather" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_rabbit_hide" ] ], "rewards": { "recipes": [ "minecraft:leather" ] } }