{ "parent": "minecraft:recipes/root", "criteria": { "has_spider_eye": { "conditions": { "items": [ { "items": [ "minecraft:spider_eye" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:fermented_spider_eye" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_spider_eye", "has_the_recipe" ] ], "rewards": { "recipes": [ "minecraft:fermented_spider_eye" ] } }