Guest User

challenge

a guest
Jan 30th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. for i=1, 17 do
  2. turtle.foword()
  3. end
  4. turtle.dig()
  5. turtle.down()
  6. turtle.dig()
  7. turtle.place()
  8. turtle.up()
  9. turtle.place()
  10. for i=1, 17 do
  11. turtle.back()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment