{ "parent": "minecraft:recipes/root", "criteria": { "has_the_recipe": { "conditions": { "recipe": "minecraft:cauldron" }, "trigger": "minecraft:recipe_unlocked" }, "has_water_bucket": { "conditions": { "items": [ { "items": "minecraft:water_bucket" } ] }, "trigger": "minecraft:inventory_changed" } }, "requirements": [ [ "has_the_recipe", "has_water_bucket" ] ], "rewards": { "recipes": [ "minecraft:cauldron" ] } }