Armor Stand with lying pose
//ads -- adsterra.com -- native banner
?>
I am trying to do an Armor Stand with a lying down pose, however, everytime I tried to do this, the leg of the Armor Stand will be detached from its body, which looks a bit creepy and weird; this is how it looks:

Is there anything wrong with this command?
/entitydata @e[type=ArmorStand,r=5] {ShowArms:1,NoBasePlate:1,NoGravity:1,Pose:{LeftLeg:[90f,0f,0f],RightLeg:[90f,0f,0f],Body:[90f,0f,0f],LeftArm:[90f,0f,0f],RightArm:[90f,0f,0f],Head:[90f,0f,0f]}}
I want an Armor Stand lying down with its leg connected with its body; how can I do this?
Best Answer
the code is:
/summon armor_stand ~ ~ ~ {NoBasePlate:1b,ShowArms:1b,Rotation:[192f],ArmorItems:[{},{},{id:"chain",Count:1b},{id:"slime_block",Count:1b}],HandItems:[{id:"oak_fence",Count:1b},{}],CustomName:"robot minion",Pose:{Body:[91f,0f,0f],Head:[91f,0f,186f],LeftArm:[91f,0f,0f],RightArm:[91f,4f,0f]}}
But first make a 3 by 3 slab area under the middle slab and place a command block then summon it and bingo
Pictures about "Armor Stand with lying pose"



Can you make armor stands lay down in Minecraft?
In Bedrock Edition, the pose of the armor stand can be changed by sneaking and clicking on the Pose, or by using a redstone signal. There are 13 possible poses. Armor stands can also hold items by clicking on the Equip.Easiest Way to Pose Armor Stands in Minecraft Java and Bedrock Edition
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Art Guzman, Fernando Cabral, Ron Lach, Lola Russian
