{ "parent": "minecraft:recipes/root", "criteria": { "has_cactus": { "conditions": { "items": [ { "items": "minecraft:cactus" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:green_dye" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_cactus" ] ], "rewards": { "recipes": [ "minecraft:green_dye" ] } }