Advertisement
Guest User

digS

a guest
May 30th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.08 KB | None | 0 0
  1. while turtle.detect() do
  2.   turtle.dig()
  3.   turtle.forward()
  4. end
  5. turtle.turnRight
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement