-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.9.2, Minecraft 1.9.3, Minecraft 16w20a
-
None
-
Unconfirmed
1.Place 2 commands blocks and active them during the same tick:
/summon ArmorStand ~ ~1 ~
/tp @e[type=ArmorStand,c=1,r=5] @p
It works perfectly, the entity is summoned and teleported to the nearest player.
2.Kill the ArmorStand.
3.Now, add the tag NoGravity to the entity when you summon it.
/summon ArmorStand ~ ~1 ~
/tp @e[type=ArmorStand,c=1,r=5] @p
The entity is summoned but not teleported.
When you disconect/reconect the game, the entity is teleported to you.
- duplicates
-
MC-67695 When teleporting an armor stand quickly after changing its rotation a visual glitch happens (teleporting with high frequency)
- Resolved