PrismarineJS / mineflayer-navigate

mineflayer plugin which gives bots a high level 3d navigating API using A*
59 stars 22 forks source link

Bot can't walk over half slabs / stairs #41

Closed maradotwebp closed 4 years ago

maradotwebp commented 4 years ago

Half slabs, stairs, or blocks that are less than one block high don't work. The bot does find a suitable path, but can't move on blocks that are less than one block high.

maradotwebp commented 4 years ago

Issue occurs due to bounding boxes handling in mineflayer. https://github.com/PrismarineJS/mineflayer/issues/228