minebot
minebot copied to clipboard
Make walking more smooth
Currently, when there are multiple moveTo-tasks after each other, the bot always stops at the reference points. We can walk or even sprint through them if the trajectory of the player does not change to much. But we need a lookahead (like blockbreak already does) for it.