PrismarineJS / mineflayer-pathfinder

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

Pathfinder cannot handle traveling downwards / Add a Waterbucket Option #95

Closed GenerelSchwerz closed 3 years ago

GenerelSchwerz commented 3 years ago

Currently, there's no option to have the pathfinding algorithm ignore fall damage. If the bot could ignore calculating for fall damage, water bucketing could be a far better option then gradually building downwards to get to its goal.

Right now, the bot is incapable of following players if they head downward. Having toggleable options (similar to baritone's options) such as "ignore fall damage, avoid liquid radius, assume Jesus (liquids act like solid blocks), assume no blocks, etc.". would make the plugin in general much more versatile.

Karang commented 3 years ago

You could already modify the maxDropDown option of the movement generator. In v1.3.0 the bot can drop in water from high places. Waterbucket still need to be implemented.

Karang commented 3 years ago

Duplicate of #31