PrismarineJS / mineflayer-navigate

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

Bot stops following user because it can't find them when they jump. #63

Closed NopeProsOnly closed 2 years ago

NopeProsOnly commented 2 years ago

I make it go to their pos in a loop. When the player jumps the bot pauses to recalculate. I can't get around this.

mikaib commented 2 years ago

You might get support from someone else, However I suggest using mineflayer-pathfinder. It uses A* Pathfinding and is More robust, This package is also deprecated meaning it won't be updated.

NopeProsOnly commented 2 years ago

Got it. Thanks.