Changeset 0602835 in Primary

Timestamp:
Apr 18, 2020 2:25:35 PM (4 years ago)
Author:
Jonathan Neufeld <support@…>
Branches:
bugfix/twilight-forest-freezes, feature/aac-radio-playback, feature/entity-update-scheduling, improved-boat, master
Children:
02d26ce
Parents:
2559da3
git-author:
Jonathan Neufeld <support@…> (04/14/20 23:00:19)
git-committer:
Jonathan Neufeld <support@…> (04/18/20 14:25:35)
Message:

Zombies attracted to villagers were aborting and stalling their path-finding because the target was more than 63 blocks away, which is not supported by the algorithm. Instead, we approximate a new target that is on the trajectory to the destination but a maximum of 63 blocks away. Theoretically this will move the mob closer within range at which time the path-finding will have 99.999% likely have reset and recalculated a better target position.

(No files)

Note: See TracChangeset for help on using the changeset viewer.