mojira.dev
MC-251246

summon armor stand with fractional x or z coords puts it in the wrong location

If you do:

summon minecraft:armor_stand 77 57 147

it appears in the middle of a block. All fine. But if you do:

summon minecraft:armor_stand 77.2 57 147

Even though the X value is higher (.2 instead of 0), it appears farther west (negative x) than the first armor stand.

Comments 2

This works as intended. When using whole numbers, the game adds 0.5 to center it on the block. You can add .0 yourself to override that

Thank you for your report!
We're tracking this issue in MC-225026, so this ticket is being resolved and linked as a duplicate.

That ticket has already been resolved as working as intended, which means this is not considered a bug and won't be fixed. Please do not leave a comment on the linked ticket.

If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
-- I am a bot. This action was performed automatically! The ticket was resolved by one of our moderators, and I left this message to give more information to you.

Grey Beard

(Unassigned)

Unconfirmed

(Unassigned)

1.18.2, 22w17a

Retrieved