the minecraft:generic.scale attribute is desynchronized when the player leaves the End dimension via an End portal
reproduction step :
1. Go in the "End"
2. Set the "minecraft:generic.scale" attribute to "x" (x is a number other than 1)
3. Leave the End via an End portal
4.Ask the game for the value of minecraft:generic.scale with /attribute Lolothepro29 minecraft:generic.scale base get
5. Compare this value with the player's height
6. Observed the desynchronization
Linked issues
relates to 1
Attachments
Comments 2


Can confirm, it also causes player to jitter when colliding with blocks.
Caused by MC-181604, the attribute is not supposed to get reset, so the client is correct here.