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