{ "parent": "minecraft:recipes/root", "criteria": { "has_slime_ball": { "conditions": { "items": [ { "items": [ "minecraft:slime_ball" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:slime_block" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_slime_ball" ] ], "rewards": { "recipes": [ "minecraft:slime_block" ] } }