{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:packed_ice" ] }, "criteria": { "has_ice": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:ice" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:packed_ice" } } }, "requirements": [ [ "has_ice", "has_the_recipe" ] ] }