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