{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:light_blue_dye_from_lapis_bonemeal" ] }, "criteria": { "has_lapis": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:dye", "data": 4 } ] } }, "has_bonemeal": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:dye", "data": 15 } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "light_blue_dye_from_lapis_bonemeal" } } }, "requirements": [ [ "has_lapis", "has_bonemeal", "has_the_recipe" ] ] }