Mojira Archive
MC-227930

Delay before being able to select an entity in newly loaded chunks

In 1.16, it was possible to synchronously select an entity in the same tick that the chunk it's in is loaded. In 1.17, this is no longer the case.

This can be reproduced with the following commands in a function or using chain command blocks:

execute positioned 1000000 0 0 run forceload add ~ ~
summon minecraft:armor_stand 1000000 0 0 {Tags:['test']}
say @e[tag=test]

The final command no longer will select the entity in 1.17. Scheduling the final command requires a delay of a few ticks (usually between 2-10) or else it will not select the armor stand.

Works As Intended

Connor C

2021-06-08, 11:23 PM

2021-10-14, 08:29 AM

2021-06-11, 10:08 AM

47

27

Confirmed

Commands

mob, world

1.17

-