{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "computercraft:disk_9" ] }, "criteria": { "has_drive": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "computercraft:disk_drive" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "computercraft:disk_9" } } }, "requirements": [ [ "has_drive", "has_the_recipe" ] ] }