Advertisement
onnowhere

Armor Stand Overlay/Block things

Mar 26th, 2015
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. X Y Z are the block's position that you want to summon at.
  2. You can also, once the stands are in place, teleport them to '~ ~ ~ 180 0' and '~ ~ ~ 0 0' to vary how they look on the block. The center value of each pose (0.0f) can be altered as well to (0.01f) to remove the glitchy look of the blocks displayed, however the bottom of the 'block' will look a bit slanted.
  3. Use /replaceitem to swap the head blocks in the armor stands
  4. /summon ArmorStand X+0.21 Y-0.97 Z-0.18 {Invisible:1b,NoGravity:1b,Invulnerable:1b,Marker:1b,Equipment:[{},{},{},{},{id:minecraft:crafting_table,Count:1b}],Pose:[-0.1f,0.0f,0.1f],CustomName:1}
  5. /summon ArmorStand X-0.18 Y-0.97 Z-0.18 {Invisible:1b,NoGravity:1b,Invulnerable:1b,Marker:1b,Equipment:[{},{},{},{},{id:minecraft:crafting_table,Count:1b}],Pose:[-0.1f,0.0f,-0.1f],CustomName:2}
  6. /summon ArmorStand X+0.21 Y-0.97 Z+0.21 {Invisible:1b,NoGravity:1b,Invulnerable:1b,Marker:1b,Equipment:[{},{},{},{},{id:minecraft:crafting_table,Count:1b}],Pose:[0.1f,0.0f,0.1f],CustomName:3}
  7. /summon ArmorStand X-0.18 Y-0.97 Z+0.21 {Invisible:1b,NoGravity:1b,Invulnerable:1b,Marker:1b,Equipment:[{},{},{},{},{id:minecraft:crafting_table,Count:1b}],Pose:[0.1f,0.0f,-0.1f],CustomName:4}
  8. /summon ArmorStand X+0.21 Y-1.36 Z-0.18 {Invisible:1b,NoGravity:1b,Invulnerable:1b,Marker:1b,Equipment:[{},{},{},{},{id:minecraft:crafting_table,Count:1b}],Pose:[-0.1f,0.0f,0.1f],CustomName:5}
  9. /summon ArmorStand X-0.18 Y-1.36 Z-0.18 {Invisible:1b,NoGravity:1b,Invulnerable:1b,Marker:1b,Equipment:[{},{},{},{},{id:minecraft:crafting_table,Count:1b}],Pose:[-0.1f,0.0f,-0.1f],CustomName:6}
  10. /summon ArmorStand X+0.21 Y-1.36 Z+0.21 {Invisible:1b,NoGravity:1b,Invulnerable:1b,Marker:1b,Equipment:[{},{},{},{},{id:minecraft:crafting_table,Count:1b}],Pose:[0.1f,0.0f,0.1f],CustomName:7}
  11. /summon ArmorStand X-0.18 Y-1.36 Z+0.21{Invisible:1b,NoGravity:1b,Invulnerable:1b,Marker:1b,Equipment:[{},{},{},{},{id:minecraft:crafting_table,Count:1b}],Pose:[-0.1f,0.0f,-0.1f],CustomName:8}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement