mojira.dev
MC-67406

Small armor stands display items differently than normal ones

The hilt of sword got through the hand of small armor stands.

How to reproduce

  1. Use the following command to summon a normal armor stand

    /summon ArmorStand ~ ~-0.5 ~ {Pose:{RightArm:[-15f,135f,-90f]},HandItems:[{id:"stone",Count:1b},{}],ShowArms:1b,NoGravity:1b}

    The stone block should be displayed horizontally

  2. Use the following command to spawn a small armor stand with the same pose

    /summon ArmorStand ~ ~0.5 ~ {Pose:{RightArm:[-15f,135f,-90f]},HandItems:[{id:"stone",Count:1b},{}],ShowArms:1b,NoGravity:1b,Small:1b}

    The stone block is not displayed horizontally, however if you decrease the second RightArm value by 20, it gets displayed horizontally as well:

    /summon ArmorStand ~ ~0.5 ~ {Pose:{RightArm:[-15f,115f,-90f]},HandItems:[{id:"stone",Count:1b},{}],ShowArms:1b,NoGravity:1b,Small:1b}

Linked issues

Attachments

Comments 10

Please provide a world download or a detailed list of commands that reproduce this issue.

/summon ArmorStand ~ ~ ~ {Small:1,ShowArms:1}
/replaceitem entity @e[type=ArmorStand] slot.weapon minecraft:diamond_sword

In fact its not just swords.

It effects every other item as well.

Is this still a concern in the current Minecraft version? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases. If this has been done, we can reopen the issue.

Keep in mind that the "Resolved"-Status on this ticket just means "Answered", and that we are waiting for further information on whether this issue still exists or not. We will reopen it as soon as the requested information has been delivered.

Confirmed for

  • 15w38b

Example command

/summon ArmorStand ~ ~ ~ {Small:1,ShowArms:1,HandItems:[{id:"diamond_sword",Count:1},{}]}

Confirmed for 15w45a.

I'm sure there's a good reason in the workflow here to keep this as 'Resolved' and 'Awaiting Response', as opposed to just keeping the ticket open, but I find I can't vote for it while it's 'Resolved'. oh nevermind

Confirmed for 16w03a.
Command: /summon ArmorStand ~ ~1 ~ {CustomNameVisible:1b,DisabledSlots:2039583,HandItems:[{id:"stone_slab"},{id:"stone_slab"}],ArmorItems:[],Marker:0b,Invisible:0b,Invulnerable:0b,NoBasePlate:0b,NoGravity:0b,Pose:{LeftArm:[0f,0f,0f],RightArm:[0f,180f,0f]},ShowArms:1b,Small:1b,CustomName:"",Tags:[]}

Relates to and might be duplicated by MC-93968, if so please update this report

Confirmed fixed in 16w38a

Probably relates to MC-70424

Matthew Fleckman

Erik Broes

Community Consensus

armor_stand

Minecraft 14w33a, Minecraft 14w34b, Minecraft 15w45a, Minecraft 1.8.9, Minecraft 16w03a, Minecraft 16w07b, Minecraft 1.10.2

Minecraft 16w38a

Retrieved