PrismarineJS / mineflayer-navigate

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

bot glich in farmland #53

Closed leopoldhub closed 3 years ago

leopoldhub commented 3 years ago

Im testing to make a bot to farm wheat and use mineflayer-navigate to move the bot in the farm. When the bot is on normal ground (dirt, stone...) all is fine, the bot move correctly. But when he goes on farmland, he glich and is unable to move... can you help me?

im on vanilla server 1.12.2

here a gif of the bot gliching: https://imgur.com/a/3Yo7Vwd

rom1504 commented 3 years ago

I advise you use mineflayer pathfinder

On Mon, Jul 20, 2020, 18:37 leopoldhub notifications@github.com wrote:

Im testing to make a bot to farm wheat and use mineflayer-navigate to move the bot in the farm. When the bot is on normal ground (dirt, stone...) all is fine, the bot move correctly. But when he goes on farmland, he glich and is unable to move... can you help me?

im on vanilla server 1.12.2

here a gif of the bot gliching: https://imgur.com/a/3Yo7Vwd

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/PrismarineJS/mineflayer-navigate/issues/53, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAR437WQGYEZSMUKPXQSNCTR4RXGHANCNFSM4PCQ33HQ .

leopoldhub commented 3 years ago

yes i think bot.navigate.to(blocks[i].position);

I advise you use mineflayer pathfinder On Mon, Jul 20, 2020, 18:37 leopoldhub @.***> wrote: Im testing to make a bot to farm wheat and use mineflayer-navigate to move the bot in the farm. When the bot is on normal ground (dirt, stone...) all is fine, the bot move correctly. But when he goes on farmland, he glich and is unable to move... can you help me? im on vanilla server 1.12.2 here a gif of the bot gliching: https://imgur.com/a/3Yo7Vwd — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#53>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAR437WQGYEZSMUKPXQSNCTR4RXGHANCNFSM4PCQ33HQ .

rom1504 commented 3 years ago

https://github.com/Karang/mineflayer-pathfinder

leopoldhub commented 3 years ago

ok.... thx a lot ^^