Advertisement
Guest User

mine

a guest
Nov 27th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. for i=1,10 do
  2.   for i=1,10 do
  3.     for i=1,5 do
  4.     t=turtle
  5.     t.dig()
  6.     t.forward()
  7.     t.digUp()
  8.     t.digDown()
  9.     end
  10.   t.turnLeft()
  11.   t.dig()
  12.   t.select(15)
  13.   t.place()
  14.   t.turnRight()
  15.   end
  16. t.select(16)
  17. t.digDown()
  18. t.placeDown()
  19. t.select(1)
  20.   for i=1,14 do
  21.   t.select(i)
  22.   t.dropDown()
  23.   end
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement