Advertisement
Guest User

Kaktus farmen

a guest
Oct 21st, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. repeat
  2. turtle.refuel()
  3. turtle.turnRight()
  4. turtle.up()
  5. turtle.forward()
  6.  
  7. for i=1,4 do
  8. for i=1,8 do
  9.  
  10. turtle.dig()
  11. turtle.suck()
  12. turtle.forward()
  13. turtle.forward()
  14. end
  15.  
  16. turtle.turnLeft()
  17. turtle.forward()
  18. turtle.turnLeft()
  19. turtle.forward()
  20.  
  21. for i=1,8 do
  22.  
  23. turtle.dig()
  24. turtle.suck()
  25. turtle.forward()
  26. turtle.forward()
  27. end
  28. turtle.turnRight()
  29. turtle.forward()
  30. turtle.turnRight()
  31. turtle.forward()
  32. end
  33.  
  34. turtle.turnRight()
  35. trutle.turnRight()
  36. turtle.forward()
  37. turtle.turnLeft()
  38.  
  39. for i=1,8 do
  40. turtle.forward()
  41. end
  42. turtle.down()
  43. turtle.turnRight()
  44. turtle.drop()
  45. turtle.turnLeft()
  46. turtle.turnLeft()
  47. turtle.turnLeft()
  48. until turtle.getItemCount(16) > 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement