{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "phycon:twisted_pair" ] }, "criteria": { "has_copper_ingots": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "c:copper_ingots" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "phycon:twisted_pair" } } }, "requirements": [ [ "has_copper_ingots", "has_the_recipe" ] ] }