{ "parent": "minecraft:recipes/root", "criteria": { "has_the_recipe": { "conditions": { "recipe": "minecraft:sponge" }, "trigger": "minecraft:recipe_unlocked" }, "has_wet_sponge": { "conditions": { "items": [ { "items": [ "minecraft:wet_sponge" ] } ] }, "trigger": "minecraft:inventory_changed" } }, "requirements": [ [ "has_the_recipe", "has_wet_sponge" ] ], "rewards": { "recipes": [ "minecraft:sponge" ] } }