The bug
Marker armor stands with the Motion
tag can be moved through blocks.
How to reproduce
Summon a marker armor stand with the following command:
/summon armor_stand ~ ~ ~ {Marker:1,Tags:["test"]}
Build a wall east to the armor stand (Not too far away, recommended about 4 blocks away from the armor stand)
Type the command:
/data merge entity @e[type=armor_stand,tag=test,limit=1] {Motion:[1.0,0.0,0.0]}
→ ❌ The marker armor stand went through the blocks as if they were air and ignored them completely
Linked issues
is duplicated by 3
relates to 2
Comments 7
If it's intended, then there is still a bug:
the marker armor stand does not go through a wall until it makes an initial collision
Also, This bug entry is out of date - Apparently the armor stand would flat out go through blocks. (in Minecraft 1.10.2) The bug has changed (in minecraft 1.13) such that it will NOT go through the first block that it hits, but any subsequent motion afterwards will ignore all collisions.
Most likely intended since it's a
Marker
armor stand.