-
Bug
-
Resolution: Fixed
-
1.19.40.24 Preview, 1.19.40.21 Preview, 1.19.22 Hotfix, 1.19.30, 1.19.31 Hotfix
-
None
-
Confirmed
-
Multiple
-
894843
Similar issues happening on Bedrock, from Java bug: MC-254535
When going through a newly built nether portal to the overworld the exit portal will almost always generate in a cave if there is a snowy biome at that location.
This is because nether portals require 4 blocks of solid material and air blocks above.
Snow layers are not considered solid and are also not air blocks.
I believe the original intention was to spawn a portal on the surface if possible.
Reproduction steps:
- Generate a world with seed 4979821127687821401
- Go to the nether at spawn
- Run /tp @s -295 76 309
- Build a nether portal
- Go through
- Notice you end up in a cave instead of on the surface
- relates to
-
MC-254535 Nether portals cannot replace snow layers
- Resolved