{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "actuallyadditions:lamp_purple_block" ] }, "criteria": { "has_palis": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "actuallyadditions:palis_crystal" } ] } }, "has_color_item": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:dyes/purple" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "actuallyadditions:lamp_purple_block" } } }, "requirements": [ [ "has_palis", "has_color_item", "has_the_recipe" ] ] }