PrismarineJS / mineflayer-navigate

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

Ensured the destination is floored in findPathSync #17

Closed vogonistic closed 11 years ago

vogonistic commented 11 years ago

Fixes bug #16 in my testing.

Caused the aStar to time out instead of finding the path unless endRadius is increased.