Minecraft:Shulker Box: Difference between revisions
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 53: | Line 53: | ||
| 18-1 = Pink Shulker Box.png | | 18-1 = Pink Shulker Box.png | ||
| invimage18 = Pink Shulker Box | | invimage18 = Pink Shulker Box | ||
| transparent = {{ | | transparent = {{MC/JEBE|No|Yes}} | ||
| light = No | | light = No | ||
| tool = pickaxe | | tool = pickaxe | ||
| renewable = Yes | | renewable = Yes | ||
| waterloggable = {{ | | waterloggable = {{MC/JEBE|No|Yes}} | ||
| stackable = No | | stackable = No | ||
| flammable = No | | flammable = No | ||
| Line 85: | Line 85: | ||
== Obtaining == | == Obtaining == | ||
=== Breaking === | === Breaking === | ||
All shulker boxes can be mined with any tool or by hand, but using a [[Minecraft:pickaxe]] is the most effective. All shulker boxes drop themselves when mined. Unlike other containers, the contents of any shulker box are stored within the dropped item, and not dropped separately. When instantly mined in Creative mode, all shulker boxes drop as an item if there are items stored within, unless {{ | All shulker boxes can be mined with any tool or by hand, but using a [[Minecraft:pickaxe]] is the most effective. All shulker boxes drop themselves when mined. Unlike other containers, the contents of any shulker box are stored within the dropped item, and not dropped separately. When instantly mined in Creative mode, all shulker boxes drop as an item if there are items stored within, unless {{MC/Cmd|gamerule doTileDrops}} is set to "false". | ||
{{ | {{MC/Breaking row|Shulker Box,Dyed Shulker Box|sprite=,all shulker boxes|Pickaxe|drop=1|horizontal=1}} | ||
When a shulker box is pushed by a [[Minecraft:piston]], it breaks and drops as an [[Minecraft:Item (entity)|item]]. It cannot be pulled. | When a shulker box is pushed by a [[Minecraft:piston]], it breaks and drops as an [[Minecraft:Item (entity)|item]]. It cannot be pulled. | ||
| Line 142: | Line 142: | ||
Like a chest, all shulker boxes require a transparent area in the direction of its top surface to be opened. That area is exactly half of a full block, and clear of any obstructions, which may be any other hitbox, including blocks, boats and shulkers{{only|je}}, or a redstone conductive block{{only|be}}. This way, any shulker box can be opened with an upside-down slab or an upper trapdoor on top of it. It is also unique in that when opened, its hitbox expands to 1.5 blocks high/wide, physically pushing entities where it is facing. | Like a chest, all shulker boxes require a transparent area in the direction of its top surface to be opened. That area is exactly half of a full block, and clear of any obstructions, which may be any other hitbox, including blocks, boats and shulkers{{only|je}}, or a redstone conductive block{{only|be}}. This way, any shulker box can be opened with an upside-down slab or an upper trapdoor on top of it. It is also unique in that when opened, its hitbox expands to 1.5 blocks high/wide, physically pushing entities where it is facing. | ||
By default, the GUI of any shulker box is labeled "Shulker Box", which can be changed by naming it in an [[Minecraft:anvil]] or by changing the <code>CustomName</code> tag using the {{ | By default, the GUI of any shulker box is labeled "Shulker Box", which can be changed by naming it in an [[Minecraft:anvil]] or by changing the <code>CustomName</code> tag using the {{MC/Cmd|data}} command.{{only|je}} | ||
When any shulker box [[Minecraft:item (entity)|item]] is destroyed, the contents of the shulker box are dropped as items. | When any shulker box [[Minecraft:item (entity)|item]] is destroyed, the contents of the shulker box are dropped as items. | ||
| Line 152: | Line 152: | ||
=== Undyeing === | === Undyeing === | ||
Dyed shulker boxes can be undyed using a [[Minecraft:cauldron]]. To do this, {{ | Dyed shulker boxes can be undyed using a [[Minecraft:cauldron]]. To do this, {{MC/Control|use}} a dyed shulker box on a cauldron that has water in it. This causes the cauldron's water level to decrease by 1, and the dyed shulker box loses its dye color. | ||
=== Redstone component === | === Redstone component === | ||
| Line 163: | Line 163: | ||
== Sounds == | == Sounds == | ||
=== Generic === | === Generic === | ||
{{Sound table/Block/Stone}} | {{MC/Sound table/Block/Stone}} | ||
=== Unique === | === Unique === | ||
| Line 170: | Line 170: | ||
== Data values == | == Data values == | ||
=== ID === | === ID === | ||
{{ | {{MC/Edition|java}}: | ||
{{ID table | {{ID table | ||
|edition=java | |edition=java | ||
| Line 268: | Line 268: | ||
|foot=1}} | |foot=1}} | ||
{{ | {{MC/Edition|bedrock}}: | ||
{{ID table2 | {{ID table2 | ||
|edition=bedrock | |edition=bedrock | ||
| Line 419: | Line 419: | ||
=== Block states === | === Block states === | ||
{{ | {{MC/See also|Block states}} | ||
{{ | {{MC/El|je}}: | ||
{{bst|facing|up|down,east,north,south,up,west|The direction the shulker box is pointing.<br>The opposite from the direction the player faces while placing the shulker box.|foot=1}} | {{bst|facing|up|down,east,north,south,up,west|The direction the shulker box is pointing.<br>The opposite from the direction the player faces while placing the shulker box.|foot=1}} | ||
| Line 427: | Line 427: | ||
A shulker box has a block entity associated with it that identifies its contents. | A shulker box has a block entity associated with it that identifies its contents. | ||
{{ | {{MC/El|java}}: | ||
{{ | {{MC/See also|Block entity format}} | ||
<section begin="block data"/><div class="treeview"> | <section begin="block data"/><div class="treeview"> | ||
* {{ | * {{MC/Nbt|compound}} Block entity data | ||
** {{ | ** {{MC/Nbt inherit/blockentity}} | ||
** {{ | ** {{MC/Nbt inherit/nameable|indent=**}} | ||
** {{ | ** {{MC/Nbt inherit/Lockable|indent=**}} | ||
** {{ | ** {{MC/Nbt inherit/Lootable|indent=**}} | ||
** {{ | ** {{MC/Nbt|list|Items}}: List of items in this container. Does not exist if the shulker box is empty (unlike all other container blocks with the <code>Items</code> tag, which store an empty list). Represents the {{DCL|minecraft:container}} component. The component is still present on the block entity, even if the tag does not exist. | ||
*** {{ | *** {{MC/Nbt|compound}}: An item, including the slot tag. Shulker box slots are numbered 0–26, 0 starts in the top left corner. | ||
**** {{ | **** {{MC/Nbt inherit/item|indent=****}} | ||
</div><section end="block data"/> | </div><section end="block data"/> | ||
{{ | {{MC/El|bedrock}}: | ||
: See [[Minecraft:Bedrock Edition level format/Block entity format]]. | : See [[Minecraft:Bedrock Edition level format/Block entity format]]. | ||
=== Item data === | === Item data === | ||
{{JE}}: | {{MC/JE}}: | ||
{{ | {{MC/See also|Data component format}} | ||
<div class="treeview"> | <div class="treeview"> | ||
* {{ | * {{MC/Nbt|compound|components}}: the item's '''components''' tag. | ||
{{:Data component format/block_entity_data}} | {{:Data component format/block_entity_data}} | ||
{{:Data component format/container}} | {{:Data component format/container}} | ||
| Line 455: | Line 455: | ||
</div> | </div> | ||
{{BE}}: | {{MC/BE}}: | ||
{{ | {{MC/See also|Bedrock Edition level format/Item format}} | ||
== Achievements == | == Achievements == | ||
{{ | {{MC/Load achievements|Organizational Wizard}} | ||
== History == | == History == | ||
{{ | {{MC/Info needed section| | ||
* Verify if the original purple shulker box ([[File:Purple Shulker Box JE1 BE1.png|32px]]) differs in texture or model from the modern undyed shulker box ([[File:Shulker Box JE1 BE1.png|32px]]) - the renders look subtly different, but there is a possibility that one of them is simply mapped incorrectly}} | * Verify if the original purple shulker box ([[File:Purple Shulker Box JE1 BE1.png|32px]]) differs in texture or model from the modern undyed shulker box ([[File:Shulker Box JE1 BE1.png|32px]]) - the renders look subtly different, but there is a possibility that one of them is simply mapped incorrectly}} | ||
=== ''Java Edition'' === | === ''Java Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|java}} | |{{MC/HistoryLine|java}} | ||
|{{HistoryLine||1.11|dev=16w39a|[[File:White Shulker Box JE1 BE1.png|32px]] [[File:Light Gray Shulker Box JE1 BE1.png|32px]] [[File:Gray Shulker Box JE1 BE1.png|32px]] [[File:Black Shulker Box JE1 BE1.png|32px]] [[File:Brown Shulker Box JE1 BE1.png|32px]] [[File:Red Shulker Box JE1 BE1.png|32px]] [[File:Orange Shulker Box JE1 BE1.png|32px]] [[File:Yellow Shulker Box JE1 BE1.png|32px]] [[File:Lime Shulker Box JE1 BE1.png|32px]] [[File:Green Shulker Box JE1 BE1.png|32px]] [[File:Cyan Shulker Box JE1 BE1.png|32px]] [[File:Light Blue Shulker Box JE1 BE1.png|32px]] [[File:Blue Shulker Box JE1 BE1.png|32px]] [[File:Purple Shulker Box JE1 BE1.png|32px]] [[File:Magenta Shulker Box JE1 BE1.png|32px]] [[File:Pink Shulker Box JE1 BE1.png|32px]] Added shulker boxes.}} | |{{MC/HistoryLine||1.11|dev=16w39a|[[File:White Shulker Box JE1 BE1.png|32px]] [[File:Light Gray Shulker Box JE1 BE1.png|32px]] [[File:Gray Shulker Box JE1 BE1.png|32px]] [[File:Black Shulker Box JE1 BE1.png|32px]] [[File:Brown Shulker Box JE1 BE1.png|32px]] [[File:Red Shulker Box JE1 BE1.png|32px]] [[File:Orange Shulker Box JE1 BE1.png|32px]] [[File:Yellow Shulker Box JE1 BE1.png|32px]] [[File:Lime Shulker Box JE1 BE1.png|32px]] [[File:Green Shulker Box JE1 BE1.png|32px]] [[File:Cyan Shulker Box JE1 BE1.png|32px]] [[File:Light Blue Shulker Box JE1 BE1.png|32px]] [[File:Blue Shulker Box JE1 BE1.png|32px]] [[File:Purple Shulker Box JE1 BE1.png|32px]] [[File:Magenta Shulker Box JE1 BE1.png|32px]] [[File:Pink Shulker Box JE1 BE1.png|32px]] Added shulker boxes.}} | ||
|{{HistoryLine|||dev=16w39c|"Silver Shulker Boxes" have been now renamed to "Light Grey Shulker Boxes", in keeping with naming consistencies across [[Minecraft:dye]]d blocks.}} | |{{MC/HistoryLine|||dev=16w39c|"Silver Shulker Boxes" have been now renamed to "Light Grey Shulker Boxes", in keeping with naming consistencies across [[Minecraft:dye]]d blocks.}} | ||
|{{HistoryLine|||dev=16w40a|Renamed "Light Grey Shulker Box" to "Light Gray Shulker Box".<ref>{{bug|MC-107929}}</ref>}} | |{{HistoryLine|||dev=16w40a|Renamed "Light Grey Shulker Box" to "Light Gray Shulker Box".<ref>{{bug|MC-107929}}</ref>}} | ||
|{{HistoryLine||1.12|dev=17w16a|[[File:White Shulker Box JE2 BE2.png|32px]] [[File:Light Gray Shulker Box JE2 BE2.png|32px]] [[File:Gray Shulker Box JE2 BE2.png|32px]] [[File:Black Shulker Box JE2 BE2.png|32px]] [[File:Brown Shulker Box JE2 BE2.png|32px]] [[File:Red Shulker Box JE2 BE2.png|32px]] [[File:Orange Shulker Box JE2 BE2.png|32px]] [[File:Yellow Shulker Box JE2 BE2.png|32px]] [[File:Lime Shulker Box JE2 BE2.png|32px]] [[File:Green Shulker Box JE2 BE2.png|32px]] [[File:Cyan Shulker Box JE2 BE2.png|32px]] [[File:Light Blue Shulker Box JE2 BE2.png|32px]] [[File:Blue Shulker Box JE2 BE2.png|32px]] [[File:Purple Shulker Box JE4 BE2.png|32px]] [[File:Magenta Shulker Box JE2 BE2.png|32px]] [[File:Pink Shulker Box JE2 BE2.png|32px]] Shulker boxes have been recolored.}} | |{{MC/HistoryLine||1.12|dev=17w16a|[[File:White Shulker Box JE2 BE2.png|32px]] [[File:Light Gray Shulker Box JE2 BE2.png|32px]] [[File:Gray Shulker Box JE2 BE2.png|32px]] [[File:Black Shulker Box JE2 BE2.png|32px]] [[File:Brown Shulker Box JE2 BE2.png|32px]] [[File:Red Shulker Box JE2 BE2.png|32px]] [[File:Orange Shulker Box JE2 BE2.png|32px]] [[File:Yellow Shulker Box JE2 BE2.png|32px]] [[File:Lime Shulker Box JE2 BE2.png|32px]] [[File:Green Shulker Box JE2 BE2.png|32px]] [[File:Cyan Shulker Box JE2 BE2.png|32px]] [[File:Light Blue Shulker Box JE2 BE2.png|32px]] [[File:Blue Shulker Box JE2 BE2.png|32px]] [[File:Purple Shulker Box JE4 BE2.png|32px]] [[File:Magenta Shulker Box JE2 BE2.png|32px]] [[File:Pink Shulker Box JE2 BE2.png|32px]] Shulker boxes have been recolored.}} | ||
|{{HistoryLine|||dev=17w17a|[[File:Purple Shulker Box JE1 BE1.png|32px]] The color of purple shulker boxes has been reverted.}} | |{{MC/HistoryLine|||dev=17w17a|[[File:Purple Shulker Box JE1 BE1.png|32px]] The color of purple shulker boxes has been reverted.}} | ||
|{{HistoryLine||1.13|dev=17w47a|The ID for the light gray shulker box has been changed from <code>silver_shulker_box</code> to <code>light_gray_shulker_box</code>. | |{{HistoryLine||1.13|dev=17w47a|The ID for the light gray shulker box has been changed from <code>silver_shulker_box</code> to <code>light_gray_shulker_box</code>. | ||
|Removed the numeric IDs of all types of shulker boxes. | |Removed the numeric IDs of all types of shulker boxes. | ||
| Line 529: | Line 529: | ||
{{!}}} | {{!}}} | ||
}} | }} | ||
|{{HistoryLine|||dev=18w10b|[[File:Shulker Box JE1 BE1.png|32px]] Added a default shulker box. | |{{MC/HistoryLine|||dev=18w10b|[[File:Shulker Box JE1 BE1.png|32px]] Added a default shulker box. | ||
|Purple shulker boxes from previous versions are now converted to default shulker boxes instead of purple ones. | |Purple shulker boxes from previous versions are now converted to default shulker boxes instead of purple ones. | ||
|[[File:Purple Shulker Box JE4 BE2.png|32px]] The purple shulker box texture has been changed to the one used in 17w16a.}} | |[[File:Purple Shulker Box JE4 BE2.png|32px]] The purple shulker box texture has been changed to the one used in 17w16a.}} | ||
|{{HistoryLine|||dev=18w10d|Dyed shulker boxes can now be un[[Minecraft:dye]]d in a [[Minecraft:cauldron]]. | |{{MC/HistoryLine|||dev=18w10d|Dyed shulker boxes can now be un[[Minecraft:dye]]d in a [[Minecraft:cauldron]]. | ||
|Undyed shulker boxes can now be obtained by undyeing dyed shulker boxes in a cauldron.}} | |Undyed shulker boxes can now be obtained by undyeing dyed shulker boxes in a cauldron.}} | ||
|{{HistoryLine||1.17|dev=20w45a|Shulker post-generation mechanic is now added, making all shulker boxes renewable.}} | |{{MC/HistoryLine||1.17|dev=20w45a|Shulker post-generation mechanic is now added, making all shulker boxes renewable.}} | ||
|{{HistoryLine|||dev=20w51a|All shulker boxes now drop their contents when destroyed as an item entity.}} | |{{MC/HistoryLine|||dev=20w51a|All shulker boxes now drop their contents when destroyed as an item entity.}} | ||
|{{HistoryLine||1.19.3|dev=22w45a|Blocks attached to the sides and lid of any shulker box now pop off when the shulker box opens.<ref>{{bug|MC-177789}}</ref>}} | |{{HistoryLine||1.19.3|dev=22w45a|Blocks attached to the sides and lid of any shulker box now pop off when the shulker box opens.<ref>{{bug|MC-177789}}</ref>}} | ||
}} | }} | ||
| Line 541: | Line 541: | ||
=== ''Bedrock Edition'' === | === ''Bedrock Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|pocket}} | |{{MC/HistoryLine|pocket}} | ||
|{{HistoryLine||1.1.0|dev=alpha 1.1.0.0|[[File:White Shulker Box JE1 BE1.png|32px]] [[File:Light Gray Shulker Box JE1 BE1.png|32px]] [[File:Gray Shulker Box JE1 BE1.png|32px]] [[File:Black Shulker Box JE1 BE1.png|32px]] [[File:Brown Shulker Box JE1 BE1.png|32px]] [[File:Red Shulker Box JE1 BE1.png|32px]] [[File:Orange Shulker Box JE1 BE1.png|32px]] [[File:Yellow Shulker Box JE1 BE1.png|32px]] [[File:Lime Shulker Box JE1 BE1.png|32px]] [[File:Green Shulker Box JE1 BE1.png|32px]] [[File:Cyan Shulker Box JE1 BE1.png|32px]] [[File:Light Blue Shulker Box JE1 BE1.png|32px]] [[File:Blue Shulker Box JE1 BE1.png|32px]] [[File:Purple Shulker Box JE1 BE1.png|32px]] [[File:Magenta Shulker Box JE1 BE1.png|32px]] [[File:Pink Shulker Box JE1 BE1.png|32px]] Added shulker boxes.}} | |{{MC/HistoryLine||1.1.0|dev=alpha 1.1.0.0|[[File:White Shulker Box JE1 BE1.png|32px]] [[File:Light Gray Shulker Box JE1 BE1.png|32px]] [[File:Gray Shulker Box JE1 BE1.png|32px]] [[File:Black Shulker Box JE1 BE1.png|32px]] [[File:Brown Shulker Box JE1 BE1.png|32px]] [[File:Red Shulker Box JE1 BE1.png|32px]] [[File:Orange Shulker Box JE1 BE1.png|32px]] [[File:Yellow Shulker Box JE1 BE1.png|32px]] [[File:Lime Shulker Box JE1 BE1.png|32px]] [[File:Green Shulker Box JE1 BE1.png|32px]] [[File:Cyan Shulker Box JE1 BE1.png|32px]] [[File:Light Blue Shulker Box JE1 BE1.png|32px]] [[File:Blue Shulker Box JE1 BE1.png|32px]] [[File:Purple Shulker Box JE1 BE1.png|32px]] [[File:Magenta Shulker Box JE1 BE1.png|32px]] [[File:Pink Shulker Box JE1 BE1.png|32px]] Added shulker boxes.}} | ||
|{{HistoryLine|||dev=alpha 1.1.0.9|[[File:White Shulker Box JE2 BE2.png|32px]] [[File:Light Gray Shulker Box JE2 BE2.png|32px]] [[File:Gray Shulker Box JE2 BE2.png|32px]] [[File:Black Shulker Box JE2 BE2.png|32px]] [[File:Brown Shulker Box JE2 BE2.png|32px]] [[File:Red Shulker Box JE2 BE2.png|32px]] [[File:Orange Shulker Box JE2 BE2.png|32px]] [[File:Yellow Shulker Box JE2 BE2.png|32px]] [[File:Lime Shulker Box JE2 BE2.png|32px]] [[File:Green Shulker Box JE2 BE2.png|32px]] [[File:Cyan Shulker Box JE2 BE2.png|32px]] [[File:Light Blue Shulker Box JE2 BE2.png|32px]] [[File:Blue Shulker Box JE2 BE2.png|32px]] [[File:Magenta Shulker Box JE2 BE2.png|32px]] [[File:Pink Shulker Box JE2 BE2.png|32px]] The color palette for shulker boxes has been updated.}} | |{{MC/HistoryLine|||dev=alpha 1.1.0.9|[[File:White Shulker Box JE2 BE2.png|32px]] [[File:Light Gray Shulker Box JE2 BE2.png|32px]] [[File:Gray Shulker Box JE2 BE2.png|32px]] [[File:Black Shulker Box JE2 BE2.png|32px]] [[File:Brown Shulker Box JE2 BE2.png|32px]] [[File:Red Shulker Box JE2 BE2.png|32px]] [[File:Orange Shulker Box JE2 BE2.png|32px]] [[File:Yellow Shulker Box JE2 BE2.png|32px]] [[File:Lime Shulker Box JE2 BE2.png|32px]] [[File:Green Shulker Box JE2 BE2.png|32px]] [[File:Cyan Shulker Box JE2 BE2.png|32px]] [[File:Light Blue Shulker Box JE2 BE2.png|32px]] [[File:Blue Shulker Box JE2 BE2.png|32px]] [[File:Magenta Shulker Box JE2 BE2.png|32px]] [[File:Pink Shulker Box JE2 BE2.png|32px]] The color palette for shulker boxes has been updated.}} | ||
|{{HistoryLine||?|dev=?|Shulker boxes no longer use the wood sound.}} | |{{MC/HistoryLine||?|dev=?|Shulker boxes no longer use the wood sound.}} | ||
|{{HistoryLine|bedrock}} | |{{MC/HistoryLine|bedrock}} | ||
|{{HistoryLine||1.2.0|dev=beta 1.2.0.2|[[File:Shulker Box JE1 BE1.png|32px]] Added a default shulker box. | |{{MC/HistoryLine||1.2.0|dev=beta 1.2.0.2|[[File:Shulker Box JE1 BE1.png|32px]] Added a default shulker box. | ||
|[[File:Purple Shulker Box JE4 BE2.png|32px]] The purple shulker box color has been changed to the new palette.}} | |[[File:Purple Shulker Box JE4 BE2.png|32px]] The purple shulker box color has been changed to the new palette.}} | ||
|{{HistoryLine||1.8.0|dev=beta 1.8.0.13|A recipe for undyed shulker boxes has been added.}} | |{{MC/HistoryLine||1.8.0|dev=beta 1.8.0.13|A recipe for undyed shulker boxes has been added.}} | ||
|{{HistoryLine||1.16.0|dev=beta 1.16.0.51|Dyed shulker boxes can now be un[[Minecraft:dye]]d in a [[Minecraft:cauldron]]. | |{{MC/HistoryLine||1.16.0|dev=beta 1.16.0.51|Dyed shulker boxes can now be un[[Minecraft:dye]]d in a [[Minecraft:cauldron]]. | ||
|Undyed shulker boxes can now be obtained by undyeing dyed shulker boxes in a cauldron.}} | |Undyed shulker boxes can now be obtained by undyeing dyed shulker boxes in a cauldron.}} | ||
|{{HistoryLine||1.17.30|dev=beta 1.17.30.22|All shulker boxes now drop their contents when destroyed as an item entity.}} | |{{MC/HistoryLine||1.17.30|dev=beta 1.17.30.22|All shulker boxes now drop their contents when destroyed as an item entity.}} | ||
|{{HistoryLine||1.18.30|dev=beta 1.18.30.22|Shulker post-generation mechanic is now added, making all shulker boxes renewable.}} | |{{MC/HistoryLine||1.18.30|dev=beta 1.18.30.22|Shulker post-generation mechanic is now added, making all shulker boxes renewable.}} | ||
|{{HistoryLine||1.20.10|dev=Preview 1.20.10.20|The different block states for the dyed shulker box ID, the <code>shulker_box</code> ID, have been split into their own IDs.}} | |{{MC/HistoryLine||1.20.10|dev=Preview 1.20.10.20|The different block states for the dyed shulker box ID, the <code>shulker_box</code> ID, have been split into their own IDs.}} | ||
|{{HistoryLine||1.20.30|dev=Preview 1.20.20.21|Decreased the hardness and blast resistance of shulker boxes and dyed shulker boxes from 2.5 to 2. | |{{MC/HistoryLine||1.20.30|dev=Preview 1.20.20.21|Decreased the hardness and blast resistance of shulker boxes and dyed shulker boxes from 2.5 to 2. | ||
|Shulker boxes no longer receive a mining speed penalty when being mined without a pickaxe.}} | |Shulker boxes no longer receive a mining speed penalty when being mined without a pickaxe.}} | ||
}} | }} | ||
| Line 560: | Line 560: | ||
=== Legacy Console Edition === | === Legacy Console Edition === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|console}} | |{{MC/HistoryLine|console}} | ||
|{{HistoryLine||xbox=TU53|xbone=CU43|ps3=1.49|psvita=1.49|ps4=1.50|wiiu=Patch 23|switch=1.0.3|[[File:White Shulker Box LCE1.png|32px]] [[File:Light Gray Shulker Box LCE1.png|32px]] [[File:Gray Shulker Box LCE1.png|32px]] [[File:Black Shulker Box LCE1.png|32px]] [[File:Brown Shulker Box LCE1.png|32px]] [[File:Red Shulker Box LCE1.png|32px]] [[File:Orange Shulker Box LCE1.png|32px]] [[File:Yellow Shulker Box LCE1.png|32px]] [[File:Lime Shulker Box LCE1.png|32px]] [[File:Green Shulker Box LCE1.png|32px]] [[File:Cyan Shulker Box LCE1.png|32px]] [[File:Light Blue Shulker Box LCE1.png|32px]] [[File:Blue Shulker Box LCE1.png|32px]] [[File:Purple Shulker Box LCE1.png|32px]] [[File:Magenta Shulker Box LCE1.png|32px]] [[File:Pink Shulker Box LCE1.png|32px]] Added shulker boxes.<ref>https://www.youtube.com/watch?v=N5xI3RA152g</ref>}} | |{{MC/HistoryLine||xbox=TU53|xbone=CU43|ps3=1.49|psvita=1.49|ps4=1.50|wiiu=Patch 23|switch=1.0.3|[[File:White Shulker Box LCE1.png|32px]] [[File:Light Gray Shulker Box LCE1.png|32px]] [[File:Gray Shulker Box LCE1.png|32px]] [[File:Black Shulker Box LCE1.png|32px]] [[File:Brown Shulker Box LCE1.png|32px]] [[File:Red Shulker Box LCE1.png|32px]] [[File:Orange Shulker Box LCE1.png|32px]] [[File:Yellow Shulker Box LCE1.png|32px]] [[File:Lime Shulker Box LCE1.png|32px]] [[File:Green Shulker Box LCE1.png|32px]] [[File:Cyan Shulker Box LCE1.png|32px]] [[File:Light Blue Shulker Box LCE1.png|32px]] [[File:Blue Shulker Box LCE1.png|32px]] [[File:Purple Shulker Box LCE1.png|32px]] [[File:Magenta Shulker Box LCE1.png|32px]] [[File:Pink Shulker Box LCE1.png|32px]] Added shulker boxes.<ref>https://www.youtube.com/watch?v=N5xI3RA152g</ref>}} | ||
|{{HistoryLine||xbox=TU63|xbone=CU53|ps3=1.67|psvita=1.67|ps4=1.67|wiiu=Patch 32|switch=1.0.13|Shulker boxes can no longer be opened when an entity is inside the area that the shulker box's collision box would extend to when opened.}} | |{{MC/HistoryLine||xbox=TU63|xbone=CU53|ps3=1.67|psvita=1.67|ps4=1.67|wiiu=Patch 32|switch=1.0.13|Shulker boxes can no longer be opened when an entity is inside the area that the shulker box's collision box would extend to when opened.}} | ||
|{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.88|wiiu=none|switch=none|[[File:Shulker Box LCE1.png|32px]] Added a default shulker box. | |{{MC/HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.88|wiiu=none|switch=none|[[File:Shulker Box LCE1.png|32px]] Added a default shulker box. | ||
|[[File:Purple Shulker Box LCE2.png|32px]] The purple shulker box color has been changed to the new palette.}} | |[[File:Purple Shulker Box LCE2.png|32px]] The purple shulker box color has been changed to the new palette.}} | ||
}} | }} | ||
| Line 569: | Line 569: | ||
=== ''New Nintendo 3DS Edition'' === | === ''New Nintendo 3DS Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|new 3ds}} | |{{MC/HistoryLine|new 3ds}} | ||
|{{HistoryLine||1.9.19|[[File:White Shulker Box JE1 BE1.png|32px]] [[File:Light Gray Shulker Box JE1 BE1.png|32px]] [[File:Gray Shulker Box JE1 BE1.png|32px]] [[File:Black Shulker Box JE1 BE1.png|32px]] [[File:Brown Shulker Box JE1 BE1.png|32px]] [[File:Red Shulker Box JE1 BE1.png|32px]] [[File:Orange Shulker Box JE1 BE1.png|32px]] [[File:Yellow Shulker Box JE1 BE1.png|32px]] [[File:Lime Shulker Box JE1 BE1.png|32px]] [[File:Green Shulker Box JE1 BE1.png|32px]] [[File:Cyan Shulker Box JE1 BE1.png|32px]] [[File:Light Blue Shulker Box JE1 BE1.png|32px]] [[File:Blue Shulker Box JE1 BE1.png|32px]] [[File:Purple Shulker Box JE1 BE1.png|32px]] [[File:Magenta Shulker Box JE1 BE1.png|32px]] [[File:Pink Shulker Box JE1 BE1.png|32px]] Added shulker boxes.|There is no default shulker box separate from the purple shulker box; the purple shulker box uses the texture of the default shulker box.}} | |{{MC/HistoryLine||1.9.19|[[File:White Shulker Box JE1 BE1.png|32px]] [[File:Light Gray Shulker Box JE1 BE1.png|32px]] [[File:Gray Shulker Box JE1 BE1.png|32px]] [[File:Black Shulker Box JE1 BE1.png|32px]] [[File:Brown Shulker Box JE1 BE1.png|32px]] [[File:Red Shulker Box JE1 BE1.png|32px]] [[File:Orange Shulker Box JE1 BE1.png|32px]] [[File:Yellow Shulker Box JE1 BE1.png|32px]] [[File:Lime Shulker Box JE1 BE1.png|32px]] [[File:Green Shulker Box JE1 BE1.png|32px]] [[File:Cyan Shulker Box JE1 BE1.png|32px]] [[File:Light Blue Shulker Box JE1 BE1.png|32px]] [[File:Blue Shulker Box JE1 BE1.png|32px]] [[File:Purple Shulker Box JE1 BE1.png|32px]] [[File:Magenta Shulker Box JE1 BE1.png|32px]] [[File:Pink Shulker Box JE1 BE1.png|32px]] Added shulker boxes.|There is no default shulker box separate from the purple shulker box; the purple shulker box uses the texture of the default shulker box.}} | ||
}} | }} | ||
== Issues == | == Issues == | ||
{{Issue list}} | {{MC/Issue list}} | ||
== Trivia == | == Trivia == | ||
| Line 581: | Line 581: | ||
== Gallery == | == Gallery == | ||
{{Needs render|section=1|All the color variants of shulker boxes opening and closing animation and opened renders}} | {{MC/Needs render|section=1|All the color variants of shulker boxes opening and closing animation and opened renders}} | ||
=== Renders === | === Renders === | ||
| Line 594: | Line 594: | ||
== References == | == References == | ||
{{ | {{MC/Reflist}} | ||
== External links == | == External links == | ||
| Line 600: | Line 600: | ||
== Navigation == | == Navigation == | ||
{{Navbox dyed block}}{{Navbox blocks|Utility}} | {{MC/Navbox dyed block}}{{MC/Navbox blocks|Utility}} | ||
[[Category:Utility blocks]] | [[Category:Utility blocks]] | ||
Latest revision as of 20:56, 9 April 2026
|
For the {{{Description}}} of the same name, see [[{{{Destination}}}]]. |
Template:Infobox block A shulker box is a Minecraft:dyeable Minecraft:block that stores items, and, unlike all other storage blocks, keeps its contents in Minecraft:item form when broken.
Obtaining
Breaking
All shulker boxes can be mined with any tool or by hand, but using a Minecraft:pickaxe is the most effective. All shulker boxes drop themselves when mined. Unlike other containers, the contents of any shulker box are stored within the dropped item, and not dropped separately. When instantly mined in Creative mode, all shulker boxes drop as an item if there are items stored within, unless
- REDIRECT Template:Command
Template:Redr is set to "false". Script error: No such module "breaking row". When a shulker box is pushed by a Minecraft:piston, it breaks and drops as an item. It cannot be pulled.
Crafting
Usage
Storage
All shulker boxes have 27 inventory slots, the same as a Minecraft:barrel, a single chest, or an ender chest.
All shulker boxes keep their items when broken, which can be retrieved when placed again, thus making them portable chests. This is different from other containers, which drop their contained items as item entities when broken. A shulker box drops itself as an Minecraft:item if pushed by Minecraft:pistons or destroyed by an explosion. If, however, the shulker box is in item form, explosions cause it to drop its contents. Unlike most blocks with an inventory, shulker boxes always drop themselves when destroyed by explosions. When a shulker box with items inside is being heldTemplate:Only or is in a container's inventory, the items are listed on the tooltip as properties.
Any shulker box's items can be fed or removed by a Minecraft:hopper.
All shulker boxes can be stored in all containers except for other shulker boxes and Minecraft:bundles.
When placed by a player, a shulker box faces toward the player placing it. For example, if a shulker box is placed on a floor, a wall or a ceiling, it faces and opens upward, sideways or upside-down, respectively. Minecraft:Dispensers can also be used to place shulker boxes. If there is no block below the space where the shulker box is placed, the shulker box faces identically to the dispenser. Otherwise, the shulker box always faces upward, even if the block has no hitbox such as torches, signs and open fence gates.
Like a chest, all shulker boxes require a transparent area in the direction of its top surface to be opened. That area is exactly half of a full block, and clear of any obstructions, which may be any other hitbox, including blocks, boats and shulkersTemplate:Only, or a redstone conductive blockTemplate:Only. This way, any shulker box can be opened with an upside-down slab or an upper trapdoor on top of it. It is also unique in that when opened, its hitbox expands to 1.5 blocks high/wide, physically pushing entities where it is facing.
By default, the GUI of any shulker box is labeled "Shulker Box", which can be changed by naming it in an Minecraft:anvil or by changing the CustomName tag using the
- REDIRECT Template:Command
Template:Redr command.Template:Only
When any shulker box item is destroyed, the contents of the shulker box are dropped as items.
Although the blocks can't be placed in the void, opening a shulker box can make its hitbox expand to the void.
Piglins
Minecraft:Piglins become hostile toward players who open or mine any shulker box.<ref>Template:Bug</ref>
Undyeing
Dyed shulker boxes can be undyed using a Minecraft:cauldron. To do this, {{#vardefine: control | right click on mouse or left trigger on gamepad }}use a dyed shulker box on a cauldron that has water in it. This causes the cauldron's water level to decrease by 1, and the dyed shulker box loses its dye color.
Redstone component
The fullness of any shulker boxes, even if they cannot be opened, can be read by redstone comparators, unlike chests.
Minecraft:Observers can detect the opening and closing of any shulker boxes.
Shulker boxes are conductive when closed, but not if open. However, opening or closing a shulker box does not update its neighboring blocks, which can be used to create BUD state redstone wiresTemplate:Only.
Sounds
Generic
Template:Edition: Template:Sound table/Block/Stone/JE
Template:Edition: Template:Sound table/Block/Stone/BE
Unique
Data values
ID
Template:!((Java EditionTemplate:))!: Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table
Template:!((Bedrock EditionTemplate:))!: Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table2 Template:ID table
Block states
{{#vardefine:params|0 }}Template:Hatnote
- REDIRECT Template:Edition
Block data
A shulker box has a block entity associated with it that identifies its contents.
- REDIRECT Template:Edition
Template:Rcat: {{#vardefine:params|0 }}Template:Hatnote
<section begin="block data"/>
- Template:Nbt/sprite Block entity data
- REDIRECT Template:Nbt inherit/lockable
- REDIRECT Template:Nbt inherit/lootable
- Template:Nbt/sprite Items: List of items in this container. Does not exist if the shulker box is empty (unlike all other container blocks with the
Itemstag, which store an empty list). Represents the Template:DCL component. The component is still present on the block entity, even if the tag does not exist.- Template:Nbt/sprite: An item, including the slot tag. Shulker box slots are numbered 0–26, 0 starts in the top left corner.
- Template:Nbt/sprite Items: List of items in this container. Does not exist if the shulker box is empty (unlike all other container blocks with the
<section end="block data"/>
- REDIRECT Template:Edition
Item data
Java Edition: {{#vardefine:params|0 }}Template:Hatnote
- Template:Nbt/sprite components: the item's components tag.
Data component format/block entity data Data component format/container Data component format/container loot Data component format/custom name Data component format/lock
Bedrock Edition: {{#vardefine:params|0 }}Template:Hatnote
Achievements
Script error: No such module "Achievement".
History
- REDIRECT Template:Incomplete section
Java Edition
Bedrock Edition
Legacy Console Edition
New Nintendo 3DS Edition
Issues
Script error: No such module "Issue list".
Trivia
- With 37 shulker boxes in a player's inventory, hotbar, and off-hand slot, 999 stacks of up to 64 items (up to 63,936 total items; 63,973 if counting shulker boxes themselves) can be held. With 37 shulker boxes and an ender chest with 27 shulker boxes in one of the shulker box slots, 1,727 stacks (up to 110,528 items; 1,728 stacks with up to 110,592 items if counting stacked ender chests) can be held.Template:Only
- Before they were added to Minecraft, storage objects that keep their inventory when picked up were already present in Minicraft.
Gallery
Renders
-
Opening and closing animation of a shulker box.
In other media
-
Monty with two shulker boxes
References
<references group="">
</references>
External links
- Block of the Week: Shulker Box – Minecraft.net on November 19, 2020
- REDIRECT Template:Navbox dyed material
Template:Article otherTemplate:Article other
de:Shulker-Kiste es:Caja de shulker fr:Boîte de Shulker it:Scatola di shulker ja:シュルカーボックス ko:셜커 상자 lzh:贆櫝 pl:Shulkerowa skrzynia pt:Caixa de Shulker ru:Шалкеровый ящик uk:Шалкерова коробка zh:潜影盒