{ "parent": "minecraft:recipes/root", "criteria": { "has_dried_ghast": { "conditions": { "items": [ { "items": "minecraft:dried_ghast" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:cyan_harness" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_dried_ghast" ] ], "rewards": { "recipes": [ "minecraft:cyan_harness" ] } }