Advertisement
VaMinion

corridor

Nov 17th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. while turtle.detect() do
  2.  turtle.dig()
  3.  turtle.forward()
  4.  turtle.digDown()
  5.  turtle.digUp()
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement