Mojira Archive
MC-99506

Armorstand x-rotation does not get updated visually

Let's say we summon an armorstand with a block on its head.

/summon ArmorStand ~ ~1 ~ {ArmorItems:[{},{},{},{id:wool,Damage:14}],Tags:["Test"]}

Now we will teleport that armor stand -20 down, for the x-axis.
After that we should see the armorstand looking down.

/tp @e[tag=Test] ~ ~ ~ ~ ~20

When you do this, the armorstand should look down.
But because of the bug, the armorstand is not updated.
The armorstand is actually looking down, but it's a visual glitch.
When you try to do it any other way (/tp or Rotation tag) it will still not update.

I did some more testing and noticed that you can only update the
armorstand's x-rotation visually by using /entitydata with a Pose tag.

It's just the x-rotation which is visually bugged, and not the y-rotation.

Awaiting Response

Spelly360

2016-03-11, 10:32 PM

2016-10-23, 07:04 PM

2016-10-23, 07:04 PM

1

2

Community Consensus

Minecraft 1.9, Minecraft 1.9.1 Pre-Release 1, Minecraft 1.9.1 Pre-Release 2, Minecraft 1.9.1 Pre-Release 3

-