Nether Portal (block)

(Redirected from Nether portal block)

The nether portal block is the translucent part of the nether portal that teleports the player to and from the Nether.

Nether Portal
Renewable

Yes

Stackable

Yes (64) ‌[BE only]
No ‌[JE only]

Tool

None

Blast resistance

0

Hardness

-1

Luminous

Yes (11)

Transparent

Yes

Flammable

No

Catches fire from lava

No

Map color (Java)


  0 NONE

Obtaining Edit

The nether portal block cannot be obtained as an item even by using the /give command. The item form is completely nonexistent in Java Edition, but it can be obtained through add-ons, external editors or by using bugs in Bedrock Edition.

The nether portal block can be placed using commands such as /fill or /setblock and is generated when lighting a nether portal.

Usage Edit

See also: Nether portal

Nether portal blocks can stably exist only within a nether portal structure, unlike end portal blocks. When the block is updated and detects it is not part of such a structure, it is destroyed. However, using update suppression glitches, it is possible to obtain a standalone portal block without a frame, but the portal is destroyed once it receives an update, i.e. placing a block next to the portal or moving a piston next to or into the portal.

Nether portal blocks can be used to teleport entities between the Nether and the Overworld. When a player in the Overworld or the Nether stands in a nether portal block for 4 seconds, the player is taken to the other dimension. While in the nether portal block, the player can neither open their inventory nor interact with blocks with GUI. The player can step out of a portal before it completes its animation to abort the teleport. However, in Creative mode there is no wait time—the player immediately transfers between dimensions. If there is already an active portal within range (125 blocks) in the other world, the player appears in that portal. Otherwise, a portal is created at or near the corresponding coordinates. If a single portal block is placed using commands, it can still be used to travel to the Nether.

Nether portal blocks make distinctive sounds, and emit the same purple particles produced by endermen, endermites, and ender chests. Portal blocks emit a light level of 11, dimmer than a torch.

Falling block entities can be teleported through a portal, but a piston cannot push a block through.

Much like water or lava, portal blocks cannot be broken by tools except in Creative. However, portal blocks can be destroyed by explosions (even weak ones) and can be replaced by placing water or lava sources in the same block (can also be done by dispensers). If any portal block is destroyed, the whole portal is deactivated as adjacent portal blocks are updated and detect that the portal structure is no longer complete.

While nether portals themselves cannot be lit in the End, a portal block set in the End and in custom dimensions behave exactly like in the Overworld, calculating coordinates in the Nether with the same 1:8 ratio. They teleport players to the Nether in Java Edition, and to the Overworld in Bedrock Edition.

Piston interactivity Edit

Nether portal blocks cannot be pushed by pistons. They also cannot be pushed or pulled by sticky pistons.

Sounds Edit

Generic Edit

Java Edition:

[hide]BlockSprite glass.png: Sprite image for glass in Minecraft glass sound type
SoundSubtitlesSourceDescriptionResource locationTranslation keyVolumePitchAttenuation
distance
​Block brokenBlocksOnce the block has brokenblock.glass.breaksubtitles.block.generic.break1.00.816
​Block placedBlocksWhen the block is placedblock.glass.placesubtitles.block.generic.place1.00.816
​Block breakingBlocksWhile the block is in the process of being brokenblock.glass.hitsubtitles.block.generic.hit0.250.516
​Something falls on a blockEntity-DependentFalling on the block with fall damageblock.glass.fallsubtitles.block.generic.fall0.50.7516
​FootstepsEntity-DependentWalking on the blockblock.glass.stepsubtitles.block.generic.footsteps0.151.016

Bedrock Edition:

[hide]BlockSprite glass.png: Sprite image for glass in Minecraft glass sound type
SoundSourceDescriptionResource locationVolumePitch
BlocksOnce the block has brokenrandom.glass1.00.8-1.0
BlocksWhen the block is placeddig.stone1.00.8-1.0
BlocksWhile the block is in the process of being brokenhit.stone0.40.6
PlayersFalling on the block with fall damagefall.stone0.41.0
PlayersWalking on the blockstep.stone0.31.0
BlocksJumping from the blockjump.stone0.121.0
BlocksFalling on the block without fall damageland.stone0.221.0


Unique Edit

Java Edition:

[hide]Sounds
SoundSubtitlesSourceDescriptionResource locationTranslation keyVolumePitchAttenuation
distance
​Portal whooshes [sound 1]BlocksRandomlyblock.portal.ambient[sound 2]subtitles.block.portal.ambient​​[sound 2]0.50.8-1.210
​Portal noise fadesAmbient/EnvironmentAfter the player is teleported through a nether portalblock.portal.travel[sound 2]subtitles.block.portal.travel​​[sound 2]0.250.8-1.216
​Portal noise intensifies [sound 1]Ambient/EnvironmentWhen the player enters a nether portalblock.portal.trigger[sound 2]subtitles.block.portal.trigger​​[sound 2]0.250.8-1.216
  1. Jump up to: a b The subtitle refers to it generically as a portal rather than specifically a nether portal: see MC-218020
  2. Jump up to: a b c d e f The sound event and translation string still refers to this generically as "portal", despite the block being named "nether_portal"; see also MC-193751

Bedrock Edition:

[hide]Sounds
SoundSourceDescriptionResource locationVolumePitch
BlocksRandomlyportal.portal0.250.8-1.2
Ambient/EnvironmentAfter the player is teleported through a nether portalportal.travel1.01.0
Ambient/EnvironmentWhen the player enters a nether portalportal.trigger1.01.0

Data values Edit

ID Edit

Java Edition:

NameIdentifierFormBlock tags[hide]Translation key
BlockSprite nether-portal.png: Sprite image for nether-portal in Minecraft Nether Portalnether_portalBlockhoglin_repellents
portals
block.minecraft.nether_portal

Bedrock Edition:

NameIdentifierNumeric ID FormItem ID[i 1][hide]Translation key
BlockSprite nether-portal.png: Sprite image for nether-portal in Minecraft Nether Portalportal90Block & Ungiveable Item[i 2]Identical[i 3]tile.portal.name
  1. ID of block's direct item form, which is used in savegame files and addons.
  2. Unavailable with /give command
  3. The block's direct item form has the same ID as the block.

Block states Edit

See also: Block states

Java Edition:

Name Default value Allowed values [hide]Description
axisx xThe portal's long edge runs east–west.
zThe portal's long edge runs north–south.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
[hide]Description
portal_axis0x1
0x2
unknown unknown0If placed with this state, the portal's long edge runs north–south. If set to it, its direction is tied to that of adjacent portals.
x1The portal's long edge runs east–west.
z2The portal's long edge runs north–south.


History Edit

There is an associated technical blocks page for the internal item form of this block; see Technical blocks/Nether Portal.
There is an associated page detailing the algorithm used for generating this block's texture in legacy versions; see Procedural animated texture generation/Nether portals.

History of the block itself Edit

This section would benefit from the addition of more images.
 
Please remove this notice once you've added suitable images to the article.
The specific instructions are: The block may have been way lighter at some point in Pocket Edition's history: https://youtube.com/watch?v=5N0x7X-nkCQ&t=3m27s
This section is missing information about:
  • "It is now possible to smash nether portals by simply punching them." was listed as a change that happened at some point in 1.0.0. Testing reveals it doesn't happen at all in Survival mode, so was this meant to refer to Creative and that detail was left out?
  • "The nether portal has been changed, having a slightly darker look." listed for Beta 1.9 Prerelease 4 in the main nether portal page. I can't seem to find any visual changes to nether portals in this version at all..
 
Please expand the section to include this information. Further details may exist on the talk page.
[hide]Java Edition Alpha
v1.2.0preview Added the nether portal block.
It currently cannot be destroyed by flowing fluids.
[hide]Java Edition Beta
1.6Test Build 3 Nether portal blocks no longer have a top face.
[hide]Java Edition
1.0.0Beta 1.9 Prerelease 6Nether portal blocks are no longer affected by smooth lighting.[1]
RC1It is no longer possible to break portal blocks with water or lava. Both stop before hitting the portal and act as if the portal were a solid block; placing water instead of fire in the portal automatically deactivates the portal anyway.
1.2.112w08aThe player can now (again) break a block portal in Creative by punching it. It makes the same sound as glass being destroyed.
1.513w02aNether portal blocks now use the texture in resource packs: textures/blocks/portal.png.
1.7.213w41aNether portals, water and ice are now visible through each other.
This also makes the rear planes visible from the front planes.
13w42a Nether portals no longer show their back face.[2]
1.814w18a Nether portals no longer have side faces.
1.21.525w04aNether portals now no longer teleport entities if they are within its block space but do not intersect with its hitbox.[3]
[hide]Pocket Edition Alpha
v0.12.1build 1[verify] Added nether portal blocks.
[hide]Legacy Console Edition
Xbox 360Xbox OnePS3PS4PS VitaWii USwitch
TU1CU11.001.001.00Patch 11.0.1[verify] Added nether portal blocks.
TU25CU141.171.171.17 Nether portals no longer show their back face.

History of the block's effects Edit

[hide]Java Edition Alpha
v1.2.0previewA unique screen effect is shown after traveling through a nether portal, in which the "nausea" effect slows down and the overlay disappears.
[hide]Java Edition Beta
1.6Test Build 3The nether portal's screen distortion effect now increases more smoothly. Previously, it would start off extremely subtly before becoming extremely intense.
[hide]Java Edition
1.3.112w22aZombie pigmen now rarely spawn from portal blocks in the Overworld.
?trigger.ogg now always plays to completion when using a nether portal.
1.1620w14aHoglins are now scared of nether portal blocks.
Pre-release 3Nether portal blocks now have a loot table.[4]
1.20Pre-release 1Nether portals no longer produce a screen animation and sound after changing dimensions.[5]
[hide]Pocket Edition Alpha
?The sounds of nether portals have been updated to match Java Edition.

Data history Edit

[hide]Java Edition
1.7.213w37aNether portal blocks now use block data values (later changed to block state) to determine their orientation. Due to these changes, nether portals created in 1.6.4 and earlier have a tendency to close when upgrading.
Metadata value 1 corresponds to a portal that reaches the west and east sides of the block, and 2 corresponds to one that touches the north and south sides. 0, 3, 4, 6, 7, 8, 10, 11, 12, 14 and 15 also appear as north/south and 5, 9 and 13 as east/west, however they appear to be unused.
13w37b Nether portal blocks with metadata value 3, 7, 11 and 15 now have a vertical post appearance rather than the pane or sheet appearance of other states.
1.814w03aNether portal blocks with data values 3, 7, 11 and 15 now appear as north-south connected again.
1.1317w47aPrior to The Flattening, this block's numeral ID was 90.
pre5The block ID of nether portals has been changed to nether_portal.

Issues Edit

Issues relating to "Nether Portal (block)" are maintained on the bug tracker. Issues should be reported and viewed there.

Java Edition

  • MC-262114 – Block with complex collisions around an exit nether portal cause more lag than blocks with simple collisions when entities go through them
  • MC-278328 – Large entities that arrive in a nether portal can clip into blocks in adjacent unloaded chunks
  • MC-167886 – Particles are created when punching nether portal blocks
  • MC-188768 – The inside of a boat blocks the rendering of nether portal blocks
  • MC-195237 – End portals and end gateways held by endermen or as block display entities are not rendered, but nether portals are
  • MC-253561 – Nether portal blocks facing east or west have incorrect rotations after upgrading old worlds
  • MC-273945 – Unlike end portals, nether portals do not drop replaced blocks, which can result in major item loss
  • MC-135198 – Dispenser can't light a Nether portal without a supporting block
  • MC-160413 – Item frame or glow item frame in a nether portal doesn't destroy the nether portal blocks
  • MC-205241 – Powder snow cannot destroy nether portal blocks when placed or dispensed
  • And 2 other open issues.

Bedrock Edition

  • MCPE-137516 – Breaking any colour bed using Nether Portal item and many other unobtainable block items or items will turn that bed into red

References Edit

  1. MC-249033 — resolved as "Works As Intended".
  2. MC-258446
  3. MC-101556
  4. MC-177712 — resolved as "Fixed".
  5. MC-180 — resolved as "Fixed".

Navigation Edit

Redirected from "Nether portal block"