{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "computercraft:${path}" ] }, "criteria": { "has_items": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "${turtle_item}", "data": 0 }, { "item": ${upgrade_item} } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "computercraft:${path}" } } }, "requirements": [ [ "has_items", "has_the_recipe" ] ] }