TKArchie

Replacer

Mar 19th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. turtle.select(1)
  2. if turtle.detectDown() then
  3. turtle.moveForward()
  4. if turtle.compareDown() then
  5. turtle.digDown()
  6. turtle.select(2)
  7. turtle.placeDown()
  8. end
  9. end
  10. turtle.turnRight()
  11. turtle.turnRight()
  12. turtle.moveForward()
  13. if turtle.detectDown() then
  14. turtle.moveForward()
  15. if turtle.compareDown() then
  16. turtle.digDown()
  17. turtle.select(2)
  18. turtle.placeDown()
  19. end
  20. end
  21. turtle.turnLeft()
  22. turtle.turnRight()
  23. turtle.moveForward()
  24. if turtle.detectDown() then
  25. turtle.moveForward()
  26. if turtle.compareDown() then
  27. turtle.digDown()
  28. turtle.select(2)
  29. turtle.placeDown()
  30. end
  31. end
Advertisement
Add Comment
Please, Sign In to add comment