{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:shulker_box" ] }, "criteria": { "has_shulker_shell": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:shulker_shell" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:shulker_box" } } }, "requirements": [ [ "has_shulker_shell", "has_the_recipe" ] ] }