-
Bug
-
Resolution: Fixed
-
Minecraft 14w33a, Minecraft 14w34b, Minecraft 15w45a, Minecraft 1.8.9, Minecraft 16w03a, Minecraft 16w07b, Minecraft 1.10.2
-
Windows 7
Intel i5 core
-
Community Consensus
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}
- is duplicated by
-
MC-68064 Small Armor Stands hold items incorrectly
- Resolved
-
MC-73753 Summoning a baby armorstand with an item and ShowArms:1 the item is higher than its arm
- Resolved
-
MC-93968 Small armor stands display items differently than normal ones
- Resolved
-
MC-97298 Small armor stands don't hold items in hands properly
- Resolved