JaanRogiers

Results 1 comments of JaanRogiers

For now I just catch the error and ignore it. ```javascript for (const coord of blocksToFarm) { await new Promise( (resolve, reject) => { bot.pathfinder.setGoal(new GoalNear(coord.x, coord.y, coord.z, 1)); bot.once('goal_reached',...