Guest User

Untitled

a guest
Jan 17th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. if turtle.forward() then
  2.    print("Moving Forward")
  3. else
  4.    print("Stuck - MINING!!")
  5.    turtle.dig()
  6.    turtle.forward()
  7. end
Add Comment
Please, Sign In to add comment