Package Exports
- mineflayer-pathfinder
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mineflayer-pathfinder) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Mineflayer-pathfinder
Pathfinding plugin. This is still a work in progress, feel free to contribute by making suggestions.
Features
- Optimized and modernized A* pathfinding
- Complexe goals can be specified (inspired by baritone goals )
- Customizable movements generator
- Each movement can have a different cost
- Can break/place blocks as part of its deplacement
- Automatically update path when environment change
- Long distance paths
TODO
- Make a modular api to configure the movements
- Harvest paths
- Swim in water (need support by mineflayer's physic)
- Sprint
- Consider enchantements in dig time