PrismarineJS / mineflayer-navigate

mineflayer plugin which gives bots a high level 3d navigating API using A*
59 stars 22 forks source link

Fixed stopping when the A* status is 'tooFar'. #34

Closed kevinvdburgt closed 3 years ago

kevinvdburgt commented 6 years ago

When the A* status is too far, stopping the navigation does not work because the callback keeps firing the navigateTo(end, params).

rom1504 commented 3 years ago

stale

kevinvdburgt commented 3 years ago

Has this issue been fixed in other commits, as we're still running our bot with a fork because of this?

Karang commented 3 years ago

This package is deprecated in favor of the mineflayer-pathfinder package: https://github.com/PrismarineJS/mineflayer-pathfinder which is an improved version.