The hilt of sword got through the hand of small armor stands.
How to reproduce
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
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
is duplicated by 4
Attachments
Comments 10
/summon ArmorStand ~ ~ ~ {Small:1,ShowArms:1}
/replaceitem entity @e[type=ArmorStand] slot.weapon minecraft:diamond_sword
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
Please provide a world download or a detailed list of commands that reproduce this issue.