mojira.dev
MC-221412

execute store with scoreboard to data doens't work properly

If you store the score of an entity into its Pos data it won't update properly. If you run /setblock at the entity it will put the block at the position you stored from the score but the armorstand will visually stay at its non-updated position for 30 - 60 seconds. Then instantly snaps to its new position.

 

Here  a video of the bug: https://www.youtube.com/watch?v=D-0ICNyf2II

 

How to replicate:

First create a scoreboard called "bug.y". Then you need to setup a Datapack or a Chain Commandblock contraption. Now put the following Commands in that specific order into the Datapack/Chain Commandblock Contraption.

1. summon armor_stand ~ ~1 ~ {NoGravity:1b,Marker:1b,Invisible:1b,Tags:["bug_tester"]}

2. scoreboard players set @e[type=minecraft:armor_stand,tag=bug_tester] bug.y 60

3. execute as @e[type=minecraft:armor_stand,tag=bug_tester] store result entity @s Pos[1] double 1 run scoreboard players get @s bug.y

Linked issues

Attachments

Comments 1

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

If you would like to add a vote and any extra information to the main ticket it would be appreciated.

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.

Lucasinatur

(Unassigned)

Unconfirmed

(Unassigned)

command, command-block, command-block-bug, datapack, entities, entity, location, position

1.16.5, 21w11a

Retrieved