CobraOs

Untitled

Nov 8th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. os.sleep(3)
  2. for i=1, 24 do
  3. turtle.digDown()
  4. turtle.forward()
  5. end
  6. turtle.digDown()
  7. turtle.turnLeft()
  8. turtle.forward()
  9. turtle.turnLeft()
  10. for i=1, 24 do
  11. turtle.digDown()
  12. turtle.forward()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment