PrismarineJS / mineflayer-collectblock

A simple utility plugin for Mineflayer that add a higher level API for collecting blocks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interrupted Pathfinding

poombus opened this issue · comments

I've written a function that (as of right now) only mines logs. A core part of it is bot.collectBlock.collect().

The code: https://pastebin.com/RWXU8kWU

However, it doesn't seem to mine more than 2 blocks before either saying in chat, "Pathfinding interrupted before block reached."
Sometimes, it'll straight up get disconnected.

The console error message: https://pastebin.com/XsahCP44

I'm down for doing more testing if you need me to, but as of right now, I can't get this to work.