-
Bug
-
Resolution: Unresolved
-
None
-
20w30a, 1.16.2 Pre-release 1, 1.16.2 Pre-release 2, 1.16.2 Pre-release 3, 1.16.2 Release Candidate 1, 1.16.2 Release Candidate 2, 1.16.2, 1.16.3 Release Candidate 1, 1.16.3, 1.16.4 Pre-release 1, 1.16.4 Pre-release 2, 1.16.4 Release Candidate 1, 1.16.4, 20w45a, 20w46a, 20w48a, 20w49a, 20w51a, 1.16.5, 21w19a, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.3, 1.19.4
-
None
-
Confirmed
-
Player
-
Low
-
Platform
The bug
In the new 1.16.2 snapshots, which side of a bed you spawn on depends on which side of the bed you click on, which is determined using the spawn angle (y-rotation). However, respawn anchors do not have this property, simply storing the spawn angle as zero in all cases.
I am not sure if this is intended, but there seems to be no reason why this mechanic exists for beds but not for respawn anchors.
How to reproduce
- Go to the nether and place a respawn anchor
- Face a direction other than south and set your spawn at that respawn anchor
- Run /data get entity @s SpawnAngle
What I would expect, is that the spawn angle would be set based on how I faced the respawn anchor, but instead it is simply set to zero. This is distinct from beds, which sets the spawn angle based on the direction facing when entering the bed.