When I used the command
/entitydata @e[type=armor_stand,c=1] {Rotation:[180f]}
on a stand riding another stand the entity rotates, but displays incorrectly. In F3+B is is shown facing 180 degrees, but the actual stand is not.
To reproduce:
Run this command:
/summon armor_stand ~ ~1 ~ {Passengers:[{id:"armor_stand",CustomName:"\"TestStand\"",CustomNameVisible:1}]}
Then this command:
/data merge entity @e[name=TestStand,limit=1] {Rotation:[180f]}
Linked issues
relates to 3
Attachments
Comments 20
Likely caused by MC-1207
is this the same as MC-69613? I'm not quite sure
Relates to or caused by MC-65528
Confirmed for
1.8.7 Just the second after breaking it, you see it rotated correctly for a moment please use
{code}
in front and behind commands so they have the proper formatting.Something strange: It seems to be only visually, the NBT data says that it has a rotation of
90f
however when performing the/entitydata
command multiple times it won't give the error that nothing changed