PrismarineJS / mineflayer-pathfinder

Pathfinding plugin that gives bot the ability to go from A to B
MIT License
216 stars 68 forks source link

[Feature request] Creative/Flight navigation #335

Open JoshuaVandaele opened 5 months ago

JoshuaVandaele commented 5 months ago

I would really like a feature, such as defaultMove.canFly = true, allowing the bot to navigate using flight.

IceTank commented 5 months ago

This could work but would take a lot of work to implement. Prismarine-physics does not have flying physics only physics for walking. I also don't have enough time to work on a feature like this. But this repo is still open for pull requests. So anyone can try to implement it.