The bug
Marker armor stands on an exact coordinate (i.e. 2.0 3.0 15.0) will clip through the ground and fall into the void.
How to reproduce
Run:
/execute align xyz run summon armor_stand ~ ~ ~ {Marker:1b}
→ Watch it fall away
Linked issues
Comments 11
Occurs in 18w07c. Might be noteworthy that adding small numbers onto the relative x and y Coordinates circumventes this issue:
/execute align xyz run summon armor_stand ~0.1 ~ ~0.1 {Marker:1b} - armor stand stays
/execute align xyz run summon armor_stand ~ ~ ~0.1 {Marker:1b} - armor stands falls through
/execute align xyz run summon armor_stand ~0.1 ~ ~ {Marker:1b} - armor stands falls through
Relates to MC-105728. Unfortunately, this means this bug is technically resolved simply because marker armor stands can't even fall anymore. However, that means if they could fall this may still be a bug. Perhaps the decision regarding no gravity changes some day though.
Resolved as invalid since as per MC-105728, marker armor stands should no longer be affected by gravity at all.
Is this an issue on 1.12.2?