Crafting using Shulker Shell, Chest and Shulker Shell, arranged in the pattern shown. Produces Shulker Box.
Shulker Box
Minecraft · by Mojang Studios
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Shulker Box | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
minecraft:shulker_box- Namespace
minecraft- Mod ID
minecraft- Tags (1)
minecraft:blocks/shulker_boxes
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"-",
"#",
"-"
],
"ingredients": {
"#": {
"item": "minecraft:chest"
},
"-": {
"item": "minecraft:shulker_shell"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}