The entities summoned in an unloaded chunk cannot be modified (except by themselves, like execute summon) by functions, causing them to output a wrong result or/and leave a ghost entity behind.
This can always occur during the load function tag, because even the force-loaded chunks are not fully loaded at this period.
The entities summoned in an unloaded chunk cannot be modified (except by themselves, like
execute summon) by functions, causing them to output a wrong result or/and leave a ghost entity behind.This can always occur during the
loadfunction tag, because even the force-loaded chunks are not fully loaded at this period.