{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "computercraft:skull_dan200" ] }, "criteria": { "has_advanced": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "computercraft:computer_advanced" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "computercraft:skull_dan200" } } }, "requirements": [ [ "has_advanced", "has_the_recipe" ] ] }