banner



How To Create A Ender Chest

Ender chests are a type of chest whose contents are exclusive to each player, and can be accessed from anywhere in the world.

Contents

  • 1 Obtaining
    • 1.1 Breaking
    • 1.2 Natural generation
    • 1.3 Crafting
  • 2 Usage
    • 2.1 Light source
    • 2.2 Note Blocks
    • 2.3 Piglins
    • 2.4 Piston interactivity
  • 3 Sounds
    • 3.1 Generic
    • 3.2 Unique
  • 4 Data values
    • 4.1 ID
    • 4.2 Metadata
    • 4.3 Block states
    • 4.4 Block data
    • 4.5 Inventory
  • 5 History
  • 6 Issues
  • 7 Trivia
  • 8 Gallery
  • 9 References

Obtaining [ ]

Breaking [ ]

Ender chests require a pickaxe to be mined. Otherwise, they drop nothing. Unless the pickaxe is enchanted with Silk Touch, the ender chest drops only 8 obsidian with no Eyes of Ender. Any pickaxe allows the ender chest to drop either itself or 8 obsidian, despite obsidian itself only being obtainable with a diamond or netherite pickaxe.[1]

Block Ender Chest
Hardness 22.5
Tool
Breaking time[A]
Default 112.5
Wooden 16.9
Stone 8.45
Iron 5.65
Diamond 4.25
Netherite 3.75
Golden 2.85
  1. Times are for unenchanted tools as wielded by players with no status effects, measured in seconds. For more information, see Breaking § Speed.

Natural generation [ ]

Ender chests naturally generate alongside a chest in certain end city treasure rooms.

Crafting [ ]

Ingredients Crafting recipe
Obsidian +
Eye of Ender

Usage [ ]

GUI of the ender chest.

Ender chests can be opened by pressing the use control. If a solid block is placed above an ender chest, it cannot open.

Ender chests can be used like normal chests, except all ender chests in the world are interconnected, including in different dimensions. The ender chest's inventory is also separate for each player; consequently, items stored in an ender chest cannot be seen or taken by other players. Also, items stored inside of an ender chest can be retained even if the player dies. Even if every single ender chest is destroyed in the world, the items inside the ender chest are still secure, and can be retrieved by placing another ender chest. Because of this player-specific property, ender chests are extremely useful on multiplayer servers to secure a player's most valuable items.

Donkeys, mules, and llamas cannot be equipped with ender chests; they support only normal chests.

Ender chests contain 27 slots for storage and can be placed next to other ender chests without joining; they cannot be combined into double chests.

Ender chests do not interact with hoppers, droppers, or comparators.

Despite being comprised largely of obsidian, they are not immune to destruction by the ender dragon, which Mojang has confirmed to be intentional.[2]

It is possible to greatly increase the space of an ender chest by pairing it with shulker boxes (i.e. filling the shulker boxes with desired items, then placing them inside the ender chest).

Light source [ ]

Ender chests emit a light level of 7.

Note Blocks [ ]

Ender chests can be placed under note blocks to produce "bass drum" sounds.

Piglins [ ]

Piglins become hostile toward players who open or mine an ender chest.

Piston interactivity [ ]

Ender chests cannot be pushed by pistons. They also cannot be pushed nor pulled by sticky pistons.

Sounds [ ]

Generic [ ]

Java Edition:

Sound Subtitles Source Description Resource location Translation key Volume Pitch Attenuation
distance
Block broken Blocks Once the block has broken block.stone.break subtitles.block.generic.break 1.0 0.8 16
None [sound 1] Blocks Falling on the block with fall damage block.stone.fall None [sound 1] 0.5 0.75 16
Block breaking Blocks While the block is in the process of being broken block.stone.hit subtitles.block.generic.hit 0.25 0.5 16
Block placed Blocks When the block is placed block.stone.place subtitles.block.generic.place 1.0 0.8 16
Footsteps Blocks Walking on the block block.stone.step subtitles.block.generic.footsteps 0.15 1.0 16
  1. a b MC-177082

Bedrock Edition:

Sound Source Description Resource location Volume Pitch
Blocks Once the block has broken dig.stone 1.0 0.8
Blocks Falling on the block with fall damage fall.stone 0.4 1.0
Blocks While the block is in the process of being broken hit.stone 0.37 0.5
? Blocks Jumping from the block jump.stone 0.12 1.0
? Blocks Falling on the block without fall damage land.stone 0.22 1.0
Blocks Walking on the block step.stone 0.3 1.0
Blocks When the block is placed use.stone 1.0 0.8

Unique [ ]

Java Edition:

Sound Subtitles Source Description Resource location Translation key Volume Pitch Attenuation
distance
Chest closes ? ? block.ender_chest.close subtitles.block.chest.close ? ? 16
Chest opens ? ? block.ender_chest.open subtitles.block.chest.open ? ? 16

Data values [ ]

ID [ ]

Java Edition:

Name Resource location Block tags (JE) Form Translation key
Ender Chest ender_chest guarded_by_piglins Block & Item block.minecraft.ender_chest
Name Resource location
Block entity ender_chest

Bedrock Edition:

Name Resource location Numeric ID Form Translation key
Ender Chest ender_chest 130 Block & Item tile.enderChest.name
Name Savegame ID
Block entity EnderChest

Metadata [ ]

In Bedrock Edition, ender chests use the following data values:

Bits Values
0x1
0x2
0x4

A three-bit field storing a value from 2 to 5:

  • 2: Chest facing north
  • 3: Chest facing south
  • 4: Chest facing west
  • 5: Chest facing east

Invalid values default to 2.

0x8 Unused.

Block states [ ]

Java Edition:

Name Default value Allowed values Description
facing north east
north
south
west
The direction the ender chest's latch is on.
Opposite from the direction the player faces when placing an ender chest.
waterlogged false false
true
Whether or not there's water in the same place as this ender chest.

Bedrock Edition:

Name Default value Allowed values Description
facing_direction 2 0
1
2
3
4
5
The direction the chest's latch is on.
Opposite from the direction the player faces when placing a chest.

Block data [ ]

An ender chest has a block entity associated with it that holds additional data about the block.

Java Edition:

  • Block entity data

Bedrock Edition:

See Bedrock Edition level format/Block entity format.

Inventory [ ]

The contents of an ender chest are not stored in the block, but in the player-NBT under the tag EnderItems[ Java Edition only ]/EnderChestInventory[ Bedrock Edition only ]. Thus ender chests can be viewed as "portals" to a player's 27 additional slots of secure and exclusive inventory.

History [ ]

Java Edition
1.3.1 12w21a Ender Chest (N) JE1 BE1.png Ender Chest (E) JE1 BE1.png Ender Chest (S) JE1 BE1.png Ender Chest (W) JE1 BE1.png Added ender chests.
Ender chests currently share the same inventory for all players on a server. Jeb stated that this would be changed to a separate inventory for every player in snapshot 12w24a.[3]
Ender chests are based on a suggestion thread on Reddit.[4] [5] This idea was previously made into a mod by Ecu and ChickenBones.[6]
In response to some users' feelings on the functionality of ender chests, Jeb plans to test a feature he has yet to specify in relation to them.[7]
12w24a Ender chests now work per-player in multiplayer (holds an inventory per player instead of shared across the world).
Ender chests now drop 8 obsidian when destroyed, except when mined with a pickaxe enchanted with Silk Touch.
1.8 14w29a Ender chests now show the cracking animation.
1.9 15w31a Ender chests now naturally generate in end cities.
The item model of ender chests has been rotated, to have the front face in view of the player.
1.10 pre2 Ender chests now have unique sound effects.
1.11 16w32a The tile entity ID has been changed from EnderChest to ender_chest.
1.13 17w47a Prior to The Flattening, this block's numeral ID was 130.
17w50a Xmas Chest.png Ender chests now look like presents between December 24 and 26 to suit Christmas.
18w10d Water can now be placed on the same block as an ender chest.
1.14 18w43a Ender Chest (N) JE2 BE2.png Ender Chest (E) JE2 BE2.png Ender Chest (S) JE2 BE2.png Ender Chest (W) JE2 BE2.png The texture of ender chests has been changed.
Pocket Edition
1.0.0 alpha 0.17.0.1 Ender Chest (S) JE1 BE1.png Added ender chests.
Bedrock Edition
1.2.13 beta 1.2.13.5 Ender chests now have unique sound effects.
1.4.0 beta 1.2.20.1 Water can now be placed on the same block as an ender chest.
1.10.0 beta 1.10.0.3 Ender Chest (S) JE2 BE2.png The texture of ender chests has been changed.
Legacy Console Edition
TU14 CU1 1.04 Patch 1 Ender Chest (S) JE1 BE1.png Added ender chests.
PlayStation 4 Edition
1.90 Ender Chest (S) JE2 BE2.png The texture of ender chests has been changed.
New Nintendo 3DS Edition
1.7.10 Ender Chest (S) JE1 BE1.png Added ender chests.
  • The original suggestion for the ender chest.

Issues [ ]

Issues relating to "Ender Chest" are maintained on the bug tracker. Report issues there.

Trivia [ ]

  • Because an ender chest's particles exist in a 1 block radius around the chest, the particles from a chest placed next to a wall are not seen on the other side.
  • Unlike chests, changes to an ender chest's name are not reflected in its inventory GUI.
  • Unlike chests, when broken, it does not drop the items inside it, due to the fact that the items aren't only in that chest.
  • Ender chests render as a full block when in the inventory, but not when held or placed.‌[ Bedrock Edition only ] [8]
  • Ender chests cannot be locked by NBT tags.
  • The texture of ender chests, trapped chests, and normal chests texture does not change during Christmas.‌[ Java Edition only ]
  • Mining an ender chest with a wooden pickaxe takes the longest time in the game (16.9 seconds) to mine a block with the correct tool, without the effect of Mining Fatigue and other mining speed reduction events.

Gallery [ ]

  • An ender chest in the Nether.

  • Light from an ender chest.

  • An open ender chest.

  • An ender chest and regular chest in the End City.

References [ ]

  1. MC-177516 resolved as Works as Intended
  2. MC-177521
  3. https://twitter.com/jeb_/status/212939797868707844
  4. https://twitter.com/jeb_/status/205307552941088768
  5. http://www.reddit.com/r/Minecraft/comments/ku8oc/another_use_for_ender_pearls_the_ender_chest/
  6. http://www.minecraftforum.net/topic/1160665-125mods-quiddity-modding/
  7. http://www.reddit.com/r/Minecraft/comments/u2rwt/suggestion_make_a_private_dimension_ender_chest/
  8. MCPE-7990

How To Create A Ender Chest

Source: https://minecraft.fandom.com/wiki/Ender_Chest

Posted by: johnsonroon1987.blogspot.com

0 Response to "How To Create A Ender Chest"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel