{ "parent": "minecraft:recipes/root", "criteria": { "has_snowball": { "conditions": { "items": [ { "items": [ "minecraft:snowball" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:snow_block" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_snowball" ] ], "rewards": { "recipes": [ "minecraft:snow_block" ] } }