mineflayer-navigate
mineflayer-navigate copied to clipboard
Use Jump Point Search over A*?
If it's possible, we should look into using Jump Point Search algorithm over A*, it seems to perform much better.
This looks like a winner to me
There is a npm module related to this https://github.com/qiao/PathFinding.js but it seems it's only made for 2D
A* seems to be faster by about 0.4ms on my Safari instance for OS X.