Advertisement
Guest User

Untitled

a guest
May 26th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. while true do
  2.  
  3. turtle.select(1)
  4. if turtle.detect() == false then
  5.  
  6.  
  7. turtle.turnLeft()
  8.  
  9.  
  10. turtle.place()
  11.  
  12.  
  13. turtle.suck(2)
  14. turtle.turnRight()
  15. turtle.turnRight()
  16.  
  17.  
  18. turtle.place()
  19.  
  20. turtle.suck([number amount])
  21. turtle.turnLeft()
  22. turtle.forward()
  23.  
  24. end
  25.  
  26. if turtle.detect() == true then
  27. turtle.place()
  28.  
  29. turtle.turnRight()
  30. turtle.turnRight()
  31.  
  32. turtle.forward()
  33. end
  34. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement