-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 15w51b
-
None
-
Windows 7 64bit
java 8 update 66
Minecraft 15w51b
-
Unconfirmed
When tping armorstands to moving entitys with a repeat commandblock
they are rendered at the position they where spawned but are located where they should be. After a few minutes they were rendered correctly
What I expected to happen was...:
The ArmorStands should be tp to the Arrow and should be rendered there.
What actually happened was...:
The Armor Stands were shown at the position I spawned them but when I tp to them I ended where they should be.
Steps to Reproduce:
1. place a repeat command block on unconditional and always active with this command:
/summon ArmorStand ~ ~ ~1
2. then place a chain command block next to the repeat in the south on conditional and always active with this command:
/tp @e[tag=follow,c=1,r=0] @e[type=Arrow,c=1]
3. fire an arrow.
4. see all the armor stands in the chain command block
5. type : /tp @p @e[tag=follow,c=1] see how you land where the armorstand should be.
- duplicates
-
MC-67695 When teleporting an armor stand quickly after changing its rotation a visual glitch happens (teleporting with high frequency)
- Resolved