Shulker Box
minecraft:shulker_box

Shulker Box

Minecraft · by Mojang Studios
block Shulker Boxes

Acquisition

Crafting using Shulker Shell, Chest and Shulker Shell, arranged in the pattern shown. Produces Shulker Box.

Crafting
Shulker Shell
Chest
Shulker Shell
Shulker Box Shulker Box guaranteed

Mining & drops

sourcecountchanceconditions
Shulker Box1–1100%

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
}