PrismarineJS / mineflayer-navigate

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

TypeError: end.floored is not a function #46

Closed Pllanet closed 4 years ago

Pllanet commented 4 years ago

I try to do this

bot.navigate.to(30.300, 66, 39);

but it gives me that error

rom1504 commented 4 years ago

yes read the doc and example, you need to pass it a point as vec3 https://github.com/PrismarineJS/mineflayer-navigate