bigtwisty

dig

Apr 17th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. while true do
  2. turtle.digUp()
  3. turtle.dig()
  4. turtle.digDown()
  5. os.sleep(0.5)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment