Make the bot not collect a block when standing on it. · Issue #86 · PrismarineJS/mineflayer-collectblock · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there are no checks implemented to avoid breaking blocks that have a gap under them, when the bot is standing on them.
Either exclude these blocks from the target, or change the Goal function of the pathfinder to stand next to the block instead of on it.