Minecraft:End Gateway (block): Difference between revisions
More actions
imported>Slimeball Undo revision 3500718 by ~2026-CrabEndermanVex1768 (talk) |
Remove broken links to missing pages |
||
| Line 13: | Line 13: | ||
|lavasusceptible = No | |lavasusceptible = No | ||
}} | }} | ||
The '''End gateway''' is a block that forms a part of | The '''End gateway''' is a block that forms a part of End gateways, which teleport the player between the [[Minecraft:Terrain features#Central island|central island]] and the [[Minecraft:Terrain features#Outer islands|outer islands]] in [[Minecraft:the End]]. | ||
== Obtaining == | == Obtaining == | ||
| Line 23: | Line 23: | ||
=== Natural generation === | === Natural generation === | ||
More naturally generated gateways that transport the player back to the | More naturally generated gateways that transport the player back to the End platform can be found throughout the outer End islands. They will not create new gateways on the central island. | ||
=== Post-generation === | === Post-generation === | ||
[[File:End gateway JE3 BE2.png|thumb|150px|An End gateway]] | [[File:End gateway JE3 BE2.png|thumb|150px|An End gateway]] | ||
End gateway blocks form the functional part of | End gateway blocks form the functional part of End gateways. Each time the ender dragon is defeated, one End gateway spawns around the [[Minecraft:Terrain features#Central island|central island]] in [[Minecraft:the End]], up to 20 times. Activating each of them spawns one additional gateway in the [[Minecraft:Terrain features#Outer islands|outer islands]]. | ||
== Usage == | == Usage == | ||
| Line 39: | Line 39: | ||
When created in a dimension other than [[Minecraft:the End]] without exit_portal NBT data, it does not teleport entities but still activates its beam effect when an entity enters. | When created in a dimension other than [[Minecraft:the End]] without exit_portal NBT data, it does not teleport entities but still activates its beam effect when an entity enters. | ||
{{IN|Bedrock|Education}}, the gateway {{control|placed}} by the player in the End teleports entities to (0, 0, 0), below the main island. In the [[Minecraft:Overworld]] or | {{IN|Bedrock|Education}}, the gateway {{control|placed}} by the player in the End teleports entities to (0, 0, 0), below the main island. In the [[Minecraft:Overworld]] or Nether, it acts as a solid block and cannot teleport entities. | ||
=== Beam === | === Beam === | ||
When generated (either naturally as part of an | When generated (either naturally as part of an End gateway, or through {{cmd|setblock}}{{only|java}}), the block emits a {{color|#C354CD|magenta}} beam of light vertically from its top and bottom, lasting for {{convert|200|tick|second}} while fading in and out. | ||
An End gateway block also emits a {{color|#7B2FBE|purple}} beam of light vertically from the top and bottom when an | An End gateway block also emits a {{color|#7B2FBE|purple}} beam of light vertically from the top and bottom when an entity enters it. During the {{convert|40|tick|second}} this beam is visible, no additional entities can be teleported. | ||
It also emits the {{color|#7B2FBE|purple}} teleport beam every {{convert|2400|tick|minute}}. This beam also lasts {{convert|40|tick|second}} and disables teleportation of the gateway while it's visible<ref>{{Bug|MC-107824|3=End Gateway shows beacon beam every 2400 ticks even if no entity teleported|4=WAI}}</ref>. | It also emits the {{color|#7B2FBE|purple}} teleport beam every {{convert|2400|tick|minute}}. This beam also lasts {{convert|40|tick|second}} and disables teleportation of the gateway while it's visible<ref>{{Bug|MC-107824|3=End Gateway shows beacon beam every 2400 ticks even if no entity teleported|4=WAI}}</ref>. | ||
The creation beam extends from around<!-- behavior is complicated and slightly buggy --> Y=0 through the block up to Y=256; the teleport beam goes 50 blocks above and below the gateway block. The beam is visible from roughly the same distance as a single ordinary stack of blocks. If a render distance of 16 chunks is set, the beam of light is visible from up to 255 blocks away. Unlike the beam of a [[Minecraft:beacon]], this beam does not change color if the player puts | The creation beam extends from around<!-- behavior is complicated and slightly buggy --> Y=0 through the block up to Y=256; the teleport beam goes 50 blocks above and below the gateway block. The beam is visible from roughly the same distance as a single ordinary stack of blocks. If a render distance of 16 chunks is set, the beam of light is visible from up to 255 blocks away. Unlike the beam of a [[Minecraft:beacon]], this beam does not change color if the player puts stained glass over it. | ||
It is not possible to disable either of the beams entirely. However, it is possible to edit the age of the block to a negative value, effectively delaying beam-emitting properties of the End gateway. You can change the age of the block by entering the command (for example) as follows: <code>/setblock ~ ~ ~ minecraft:end_gateway{Age:-9223372036854775808L}</code>. This will last for 14,993,257,186 years, effectively disabling the beam. | It is not possible to disable either of the beams entirely. However, it is possible to edit the age of the block to a negative value, effectively delaying beam-emitting properties of the End gateway. You can change the age of the block by entering the command (for example) as follows: <code>/setblock ~ ~ ~ minecraft:end_gateway{Age:-9223372036854775808L}</code>. This will last for 14,993,257,186 years, effectively disabling the beam. | ||
=== Piston interactivity === | === Piston interactivity === | ||
An End gateway block cannot be pushed or pulled by [[Minecraft:piston]]s or | An End gateway block cannot be pushed or pulled by [[Minecraft:piston]]s or sticky pistons. | ||
== Sounds == | == Sounds == | ||
| Line 145: | Line 145: | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|java}} | |{{HistoryLine|java}} | ||
|{{HistoryLine||1.9|dev=15w31a|[[File:End Gateway JE1.png|30px]] Added the End gateway block, part of the | |{{HistoryLine||1.9|dev=15w31a|[[File:End Gateway JE1.png|30px]] Added the End gateway block, part of the End gateway.}} | ||
|{{HistoryLine|||dev=15w33a|[[File:End Gateway JE2 BE1.png|30px]] The texture of the End gateway block's starfield pattern has been changed, so that it does not change with respect to the viewer. | |{{HistoryLine|||dev=15w33a|[[File:End Gateway JE2 BE1.png|30px]] The texture of the End gateway block's starfield pattern has been changed, so that it does not change with respect to the viewer. | ||
|The beam of End gateway blocks have been changed to use a separate texture from the [[Minecraft:beacon]] beam.}} | |The beam of End gateway blocks have been changed to use a separate texture from the [[Minecraft:beacon]] beam.}} | ||
|{{HistoryLine||1.11|dev=16w39a|The entity-teleporting beam color of End gateway blocks has been changed from [[File:End Gateway yellow beam.png|32px]] {{color|#E5E533}} to [[File:End Gateway purple beam.png|32px]] {{color|#7B2FBE}}, matching the beam's color when the gateway is generated.}} | |{{HistoryLine||1.11|dev=16w39a|The entity-teleporting beam color of End gateway blocks has been changed from [[File:End Gateway yellow beam.png|32px]] {{color|#E5E533}} to [[File:End Gateway purple beam.png|32px]] {{color|#7B2FBE}}, matching the beam's color when the gateway is generated.}} | ||
|{{HistoryLine||1.13|dev=pre3|The | |{{HistoryLine||1.13|dev=pre3|The particles of End gateway blocks have been changed to those of [[Minecraft:obsidian]].}} | ||
}} | }} | ||
| Line 157: | Line 157: | ||
|{{HistoryLine||1.0.0|dev=alpha 0.17.0.1|[[File:End Gateway JE2 BE1.png|30px]] Added End gateways.}} | |{{HistoryLine||1.0.0|dev=alpha 0.17.0.1|[[File:End Gateway JE2 BE1.png|30px]] Added End gateways.}} | ||
|{{HistoryLine|bedrock}} | |{{HistoryLine|bedrock}} | ||
|{{HistoryLine||1.13.0|Now it is impossible to destroy the End gateway block by placing | |{{HistoryLine||1.13.0|Now it is impossible to destroy the End gateway block by placing liquids in its location.<ref>{{bug|MCPE-48264|||Fixed}}</ref>}} | ||
|{{HistoryLine||1.14.0|Now the [[Minecraft:wither]] cannot destroy the End gateway block.<ref>{{bug|MCPE-47174|||Fixed}}</ref>}} | |{{HistoryLine||1.14.0|Now the [[Minecraft:wither]] cannot destroy the End gateway block.<ref>{{bug|MCPE-47174|||Fixed}}</ref>}} | ||
|{{HistoryLine||1.19.70|The End gateway block cannot be used in | |{{HistoryLine||1.19.70|The End gateway block cannot be used in Spectator mode now.<ref>{{bug|MCPE-165689|||Fixed}}</ref>}} | ||
}} | }} | ||
| Line 179: | Line 179: | ||
|{{HistoryLine||1.9|dev=15w33a|Added <code>ExactTeleport</code> NBT tag to End gateway blocks.}} | |{{HistoryLine||1.9|dev=15w33a|Added <code>ExactTeleport</code> NBT tag to End gateway blocks.}} | ||
|{{HistoryLine||1.11|dev=16w32a|The block entity ID has been changed from <code>EndGateway</code> to <code>end_gateway</code>.}} | |{{HistoryLine||1.11|dev=16w32a|The block entity ID has been changed from <code>EndGateway</code> to <code>end_gateway</code>.}} | ||
|{{HistoryLine||1.13|dev=17w47a|Prior to | |{{HistoryLine||1.13|dev=17w47a|Prior to ''The Flattening'', this block's numeral ID was 209.}} | ||
|{{HistoryLine||1.19.3|dev=22w42a|Added the <code>invalid_spawn_inside</code> tag.}} | |{{HistoryLine||1.19.3|dev=22w42a|Added the <code>invalid_spawn_inside</code> tag.}} | ||
|{{HistoryLine||1.20.5|dev=24w06a|<code>ExitPortal</code> in End gateways has been renamed to <code>exit_portal</code>.}} | |{{HistoryLine||1.20.5|dev=24w06a|<code>ExitPortal</code> in End gateways has been renamed to <code>exit_portal</code>.}} | ||
| Line 192: | Line 192: | ||
GatewayBlockBeamPurple.png|An End gateway block emitting a purple beam after teleporting an entity. | GatewayBlockBeamPurple.png|An End gateway block emitting a purple beam after teleporting an entity. | ||
GatewayBlockBeamComparison.png|Comparison between the magenta (left) and purple (right) beams. | GatewayBlockBeamComparison.png|Comparison between the magenta (left) and purple (right) beams. | ||
GatewayBlockBeamYellow.png|An End gateway block emitting a yellow beam after teleporting an entity (before | GatewayBlockBeamYellow.png|An End gateway block emitting a yellow beam after teleporting an entity (before Java Edition 1.11). | ||
End gateway portal inside.png|An interior view of an End gateway block. | End gateway portal inside.png|An interior view of an End gateway block. | ||
Double yellow beam.png|Comparison of the historically emitted yellow beam with a yellow-tinted [[Minecraft:beacon]] beam. | Double yellow beam.png|Comparison of the historically emitted yellow beam with a yellow-tinted [[Minecraft:beacon]] beam. | ||
| Line 198: | Line 198: | ||
== Trivia == | == Trivia == | ||
* {{IN|bedrock}}, if one manages to place an End gateway at the center of the | * {{IN|bedrock}}, if one manages to place an End gateway at the center of the End platform, it teleports the player before the platform regenerates. As a result, the platform appears in a different location than it should, like below the [[Minecraft:Terrain features#Central island|central island]]. | ||
== References == | == References == | ||
| Line 213: | Line 213: | ||
[[Category:Createable blocks]] | [[Category:Createable blocks]] | ||
es:Nexo del End (bloque) | |||
fr:Passerelle de l'End (bloc) | |||
ja:エンドゲートウェイ (ブロック) | |||
ko:엔드 관문 (블록) | |||
pl:Blok portalu bramy Endu | |||
pt:Passagem do End (bloco) | |||
ru:Блок врат Края | |||
zh:末地折跃门(方块) | |||
Revision as of 15:48, 9 April 2026
|
For the {{{Description}}} of the same name, see [[{{{Destination}}}]]. |
Template:Infobox block The End gateway is a block that forms a part of End gateways, which teleport the player between the central island and the outer islands in Minecraft:the End.
Obtaining
The End gateway block cannot be obtained as an item even by using the Template:Cmd command. The item form doesn't exist Template:In, but it can be obtained through Minecraft:add-ons or external editors or by using bugs Template:In.
The End gateway block can be placed using commands such as Template:Cmd or Template:Cmd Template:In. It cannot be placed by such commands Template:In but it can be placed using structure blocks.
Natural generation
More naturally generated gateways that transport the player back to the End platform can be found throughout the outer End islands. They will not create new gateways on the central island.
Post-generation
End gateway blocks form the functional part of End gateways. Each time the ender dragon is defeated, one End gateway spawns around the central island in Minecraft:the End, up to 20 times. Activating each of them spawns one additional gateway in the outer islands.
Usage
End gateway blocks in their original form can be used to teleport to the outer islands of the End. End gateway blocks can be used as a custom teleporter using NBT tagsTemplate:Only.
exit_portaltag holds a set of X/Y/Z coordinates to determine the general location the player can be "safely" teleported to when entering.- Setting
ExactTeleportto 1 teleports entities to the specified coordinates exactly instead of at a safer location around those coordinates. Agedetermines how long the gateway has existed. This is used to determine when the beam is rendered.- Example: Template:Cmd
When created in a dimension other than Minecraft:the End without exit_portal NBT data, it does not teleport entities but still activates its beam effect when an entity enters.
Template:IN, the gateway Template:Control by the player in the End teleports entities to (0, 0, 0), below the main island. In the Minecraft:Overworld or Nether, it acts as a solid block and cannot teleport entities.
Beam
When generated (either naturally as part of an End gateway, or through Template:CmdTemplate:Only), the block emits a Template:Color beam of light vertically from its top and bottom, lasting for Template:Convert while fading in and out.
An End gateway block also emits a Template:Color beam of light vertically from the top and bottom when an entity enters it. During the Template:Convert this beam is visible, no additional entities can be teleported.
It also emits the Template:Color teleport beam every Template:Convert. This beam also lasts Template:Convert and disables teleportation of the gateway while it's visible<ref>Template:Bug</ref>.
The creation beam extends from around Y=0 through the block up to Y=256; the teleport beam goes 50 blocks above and below the gateway block. The beam is visible from roughly the same distance as a single ordinary stack of blocks. If a render distance of 16 chunks is set, the beam of light is visible from up to 255 blocks away. Unlike the beam of a Minecraft:beacon, this beam does not change color if the player puts stained glass over it.
It is not possible to disable either of the beams entirely. However, it is possible to edit the age of the block to a negative value, effectively delaying beam-emitting properties of the End gateway. You can change the age of the block by entering the command (for example) as follows: /setblock ~ ~ ~ minecraft:end_gateway{Age:-9223372036854775808L}. This will last for 14,993,257,186 years, effectively disabling the beam.
Piston interactivity
An End gateway block cannot be pushed or pulled by Minecraft:pistons or sticky pistons.
Sounds
Generic
Template:Sound table/Block/Normal
Unique
Template:JE Template:SoundTable
Template:BE: None
Data values
ID
Template:JE: Template:ID table Template:ID table
Template:BE: Template:ID table Template:ID table
Block data
An End gateway block has a block entity associated with it that holds additional data about the block.
Template:JE: Template:See also
<section begin="block data"/>
- Template:Nbt Block entity data
- Template:Nbt inherit/blockentity
- Template:Nbt: Age of the portal, in ticks. This is used to determine when the beam is rendered.
- Template:Nbt: 1 or 0 (true/false) - Teleports entities directly to the exit_portal coordinates instead of near them.
- Template:Nbt: Location entities are teleported to when entering the portal. Stored as 3 ints. Is not preserved when removed.
<section end="block data"/>
History
Java Edition
Bedrock Edition
Legacy Console Edition
New Nintendo 3DS Edition
Data history
Issues
Gallery
-
An End gateway block emitting a magenta beam after being created.
-
An End gateway block emitting a purple beam after teleporting an entity.
-
Comparison between the magenta (left) and purple (right) beams.
-
An End gateway block emitting a yellow beam after teleporting an entity (before Java Edition 1.11).
-
An interior view of an End gateway block.
-
Comparison of the historically emitted yellow beam with a yellow-tinted Minecraft:beacon beam.
Trivia
- Template:IN, if one manages to place an End gateway at the center of the End platform, it teleports the player before the platform regenerates. As a result, the platform appears in a different location than it should, like below the central island.
References
es:Nexo del End (bloque) fr:Passerelle de l'End (bloc) ja:エンドゲートウェイ (ブロック) ko:엔드 관문 (블록) pl:Blok portalu bramy Endu pt:Passagem do End (bloco) ru:Блок врат Края zh:末地折跃门(方块)