Advertisement
Guest User

e

a guest
Nov 16th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.56 KB | None | 0 0
  1. turtle.turnLeft()
  2. turtle.turnLeft()
  3. turtle.forward()
  4. turtle.forward()
  5. turtle.forward()
  6. turtle.suckDown()
  7.   for i = 1, 14 do
  8.     if turtle.compareTo(16) == true then
  9.       turtle.place(i)
  10.     end
  11. turtle.select(15)
  12. while true do
  13.   if turtle.compare() == true then
  14.     for i = 1, 14 do
  15.       if turtle.compareTo(15) or turtle.compareTo(16) == true then
  16.         turtle.select(i)
  17.     end
  18.       end
  19.     turtle.dig()
  20.     turtle.forward()
  21.     while turtle.detectUp() do
  22.         turtle.digUp()
  23.         turtle.up()
  24.  
  25.     end
  26.     dofile("q..")
  27.   end
  28. end
  29.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement