PrismarineJS / mineflayer-pathfinder

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

Add climbing vines support #41

Open L0um15 opened 3 years ago

L0um15 commented 3 years ago

Hi, i started my adventure with mineflayer recently. And i wanted to add pathfinding ability to my bot and i found this repo. I really appreciate your work and i was curious when can we expect ladder and vines support. Using bot is really painfull without it. I know there are plans for implementing this. I just wanted to know how long does it will take. Best regards.

Karang commented 3 years ago

No clue. Feel free to work on it, it is open for PRs

Karang commented 3 years ago

Ladders are done.

steadman1 commented 3 years ago

you make your bot climb vines with => movements.climbables.add(mcData.blocksByName.vine.id) but i found that climbing vines is a little bit more glitchy than climbing ladders for some reason