Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-80974

ArmorStand has missing pose entries

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • Minecraft 1.8.6
    • Unconfirmed

      Duplicate note

      This is caused by MC-80975. When placing an ArmorStand its body and head rotation are randomized. When you summon an ArmorStand none of its Pose entries are randomized so they are all not saved.

      Caused by:

      Relates to:

      When you place an ArmorStand and use for example this command:

      /entitydata @e[type=ArmorStand,c=1] {ShowArms:1b}
      

      You will see the arms, but the ArmorStand still doesn't contain the LeftArm and RightArm tag in the Pose compound:

      NBT structure
      Pose:{
      	Head:[
      		0:2.8267171f,
      		1:-5.086746f,
      		2:0.0f
      	],
      	Body:[
      		0:0.0f,
      		1:1.7570348f,
      		2:0.0f
      	]
      }
      

      This is also for the legs by default, their tags are missing as well.

            Unassigned Unassigned
            marcono1234 [Mod] Marcono1234
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: