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