PrismarineJS / mineflayer

Create Minecraft bots with a powerful, stable, and high level JavaScript API.
https://prismarinejs.github.io/mineflayer/
MIT License
4.95k stars 904 forks source link

Fix mining direction (look) #263

Closed rom1504 closed 9 years ago

rom1504 commented 9 years ago

It currently always mine from the top (https://github.com/andrewrk/mineflayer/blob/master/lib/plugins/digging.js#L20) which is not right.

rom1504 commented 9 years ago

@demipixel are you sure that's coming from bot.dig (/mineflayer) ? I can't reproduce it with digger.js.

rom1504 commented 9 years ago

Can't reproduce