{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "phycon:cable" ] }, "criteria": { "has_twisted_pair": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "phycon:twisted_pair" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "phycon:cable" } } }, "requirements": [ [ "has_twisted_pair", "has_the_recipe" ] ] }