Advertisement
fat3

Remove(div)

Aug 20th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. --http://pastebin.com/TkrBWwdH
  2. print ("Comparing slot 1, not compute")
  3. turtle.select(1)
  4.  
  5. while turtle.compare() do
  6.   while turtle.compare() do
  7.     max=1
  8.     turtle.dig()
  9.     turtle.forward()
  10.   end
  11.  
  12.   while max==1 do
  13.   turtle.turnRight()
  14.   max=0
  15.   end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement