diff --git a/index.js b/index.js index 9a31419..f4240c4 100644 --- a/index.js +++ b/index.js @@ -624,7 +624,7 @@ function inject (bot) { // console.log(`Treating as regular goal node: ${nextPoint.x}, ${nextPoint.y}, ${nextPoint.z}`) - bot.look(Math.atan2(-dx, -dz), Math.random() > 0.5 ? -Math.random() * (Math.PI / 16) : Math.random() * (Math.PI / 16)) + bot.look(Math.atan2(-dx, -dz), Math.random() > 0.5 ? -Math.random() * (Math.PI / 20) : Math.random() * (Math.PI / 20)) bot.setControlState('forward', true) bot.setControlState('jump', false)