-
Bug
-
Resolution: Fixed
-
Minecraft 1.12.2, Minecraft 17w50a, Minecraft 1.13.2, 20w06a
-
None
-
Confirmed
-
Chunk loading
-
Important
The bug
When any non-player entity enters an End portal the obsidian platform is not regenerated. This can cause them to fall in the void if the obsidian platform was removed in the meantime.
What should happen:
Non-player entities (or at least pets?) should regenerate the obsidian platform in the End dimension.
How to reproduce (multiple players)
- Have a player enter the End dimension and destroy the obsidian platform. Keep that player loading the area.
- Have a second player push its pet into the overworld End portal.
It will fall into the void and die if there are no blocks under the spawning point.
How to reproduce (single player)
- Place an End portal in the overworld at a known position
/setblock 0 5 0 end_portal
- Make sure the portal is loaded (/setworldspawn or /forceload)
- Enter the End
- Remove the obsidian platform
- Summon a wolf in the overworld above the portal
/execute in minecraft:overworld run summon wolf 0 6 0
The wolf is teleported to the End, but does not generate the obsidian platform
- relates to
-
MC-116279 Non-player entities going through Nether portal do not generate portal in Nether if none exists
- Resolved