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

CancelTask() not fully implemented

TheDudeFromCI opened this issue · comments

The current implementation of bot.collectBlock.cancelTask() is not fully implemented, and simply waits until the tasks are finished executing normally. Ideally, this should actually clear all target blocks and stop the pathfinder.

cancelTask (cb: Callback = () => {}): void {

Fixed via #88