Advertisement
ecco7777

landmark placer

Feb 18th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.87 KB | None | 0 0
  1. print("slot1= marker")
  2. print("slot2= quarry")
  3. print("slot3= cobble")
  4. print("type Enter to continute")
  5. io.read()
  6.  
  7. turtle.up()
  8. turtle.turnRight()
  9. turtle.down()
  10. turtle.select(3)
  11. turtle.placeDown()
  12. turtle.up()
  13. turtle.select(1)
  14. turtle.placeDown()
  15. x=0
  16. while x<63 do
  17. turtle.forward()
  18.  
  19. x=x+1
  20. end
  21. turtle.down()
  22. turtle.select(3)
  23. turtle.placeDown()
  24. turtle.up()
  25. turtle.select(1)
  26. turtle.placeDown()
  27. turtle.turnRight()
  28. turtle.turnRight()
  29. x=0
  30. while x<63 do
  31. turtle.forward()
  32.  
  33. x=x+1
  34. end
  35. turtle.turnLeft()
  36. x=0
  37. while x<63 do
  38. turtle.forward()
  39.  
  40. x=x+1
  41. end
  42.  
  43. turtle.down()
  44. turtle.select(3)
  45. turtle.placeDown()
  46. turtle.up()
  47. turtle.select(1)
  48. turtle.placeDown()
  49. turtle.turnRight()
  50. turtle.turnRight()
  51. x=0
  52. while x<63 do
  53. turtle.forward()
  54.  
  55. x=x+1
  56. end
  57. turtle.turnRight()
  58. turtle.back()
  59. turtle.down()
  60. turtle.attack()
  61. turtle.up()
  62. turtle.select(2)
  63. turtle.placeDown()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement