mojira.dev
MC-124472

Marker armor stand with exact coordinates will clip through the world

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

  1. Run:

    /execute align xyz run summon armor_stand ~ ~ ~ {Marker:1b}

    → Watch it fall away

Linked issues

Comments 11

Is this an issue on 1.12.2?

The execute align is in 1.13 snapshots only

Yes this occurs in 1.12.2

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

Happens in 18w20c too.

1 more comments

Does happen in 18w30b.

Confirmed for 1.13.1-pre1

Confirmed for 1.13.1

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.

onnowhere

(Unassigned)

Confirmed

(Unassigned)

Marker, armor_stand

Minecraft 1.12.2, Minecraft 18w03b, Minecraft 18w06a, Minecraft 18w07c, Minecraft 18w20c, ..., Minecraft 18w45a, Minecraft 18w48a, Minecraft 18w48b, Minecraft 18w49a, Minecraft 18w50a

Retrieved