-
Bug
-
Resolution: Unresolved
-
None
-
1.16.2, 1.16.3, 1.19, 1.21, 1.21.3
-
None
-
Community Consensus
-
Block states
Discovered while testing MC-272664.
The bug
When a nether portal is generated as a result of one in the other dimension not finding a valid target, any blocks in its way are deleted outright. This includes valuable blocks such as shulker boxes.
How to reproduce
- Create this superflat world:
20*minecraft:stone,minecraft:shulker_box;minecraft:the_void
- Enter the Nether without a portal:
/execute in minecraft:the_nether run tp @s 0 64 0
- Build a nether portal in the Nether and use it
Expected results
Four shulker boxes would not be wiped from existence by the exit portal.
Actual results
They are.
How to fix
Could be fixed in much the same way as MC-902 was: when generating a nether portal, any blocks in the way would be broken as if by a player, rather than wiped from the level.
- is duplicated by
-
MC-199423 portals spawning on containers
- Resolved
-
MC-254482 Going trough a portal can destroy shulkers
- Resolved
- relates to
-
MC-198469 Ender Dragon destroys shulker boxes without dropping them
- Open
-
MC-220519 Blocks destroyed by the Ender Dragon don't get dropped
- Open
-
MC-227097 End portals delete blocks that are inside of the portal
- Open
-
MC-272790 Shulker boxes and other blocks in the end exit portal when it changes state are not dropped as items
- Open
-
MC-902 The end obsidian platform resets every time entities go through the end portal, which can cause blocks to be deleted
- Resolved