{ "parent": "minecraft:recipes/root", "criteria": { "has_kelp": { "conditions": { "items": [ { "items": [ "minecraft:kelp" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:dried_kelp_from_smoking" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_kelp" ] ], "rewards": { "recipes": [ "minecraft:dried_kelp_from_smoking" ] } }