minecraft-assets/data/minecraft/advancements/recipes/decorations/shulker_box.json

32 lines
580 B
JSON

{
"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"
]
]
}