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