leijurv / MineBot

35 stars 5 forks source link

Investigate why it seems to intermittently fall off the path #32

Open leijurv opened 8 years ago

leijurv commented 8 years ago

It was due to the corner cutting. It would sometimes call "moveInDirection", then later call "lookAtBlock" (for a different block) without canceling the previous movement. Should be okay now. Leaving open because it might happen for other reasons too