Advertisement
konadeluxe

hhhhhhhhhhhhhh

Jan 30th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. for i=1,10 do
  2. while turtle.detect()==true do
  3. turtle.dig()
  4. os.sleep(0.5)
  5. turtle.forward()
  6. turtle.turnRight()
  7. turtle.digUp()
  8. turtle.dig()
  9. os.sleep(0.5)
  10. turtle.up()
  11. turtle.digUp()
  12. turtle.dig()
  13. os.sleep(0.5)
  14. turtle.up()
  15. turtle.dig()
  16. os.sleep(0.5)
  17. turtle.turnLeft()
  18. turtle.turnLeft()
  19. turtle.dig()
  20. turtle.down()
  21. turtle.dig()
  22. turtle.down()
  23. turtle.dig()
  24. os.sleep(0.5)
  25. turtle.turnRight()
  26. end
  27. end
  28. for f=1,1 do
  29. turtle.digUp()
  30. turtle.up()
  31. turtle.select(1)
  32. turtle.placeDown()
  33. end
  34. for f=16,2,-1 do
  35. turtle.select(f)
  36. turtle.dropDown()
  37. end
  38. for g=1,1 do
  39. turtle.select(1)
  40. turtle.digDown()
  41. turtle.down()
  42. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement