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