-
Bug
-
Resolution: Invalid
-
None
-
1.20.6, 1.21 Release Candidate 1
-
None
-
Confirmed
-
Commands
The Bug:
Running commands using heightmaps yields inconsistent results.
Steps to Reproduce:
- Create a superflat world with the "The Void" preset.
- While standing on the stone platform, teleport yourself to the world's surface at 0, 0 by using the command provided below.
/execute positioned over world_surface run tp @s 0 ~ 0
- Observe how you're teleported on the stone platform at the correct y level.
- Enter creative mode, fly over the edge of the stone platform, and run the same command again.
- Observe how you're teleported under the stone platform instead of on top of it.
Observed Behavior:
Running commands using heightmaps yields inconsistent results depending on what blocks are located below the entity running the command.
Expected Behavior:
Running commands using heightmaps would always yield consistent results.