{ "parent": "minecraft:recipes/root", "criteria": { "has_shulker_box": { "conditions": { "items": [ { "items": "#minecraft:shulker_boxes" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:blue_shulker_box" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_shulker_box" ] ], "rewards": { "recipes": [ "minecraft:blue_shulker_box" ] } }