Advertisement
Guest User

test

a guest
Aug 1st, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.69 KB | None | 0 0
  1. local function stripfarm()
  2.   for i=1,15 do
  3.    turtle.dig()
  4.    turtle.forward()
  5.    turtle.turnLeft()
  6.    turtle.turnLeft()
  7.    turtle.dig()
  8.    turtle.select(1)
  9.    turtle.place()
  10.    turtle.turnLeft()
  11.    turtle.turnLeft()
  12.   end
  13. end
  14. turtle.dig()
  15. turtle.forward()
  16. stripfarm()
  17. turtle.turnLeft()
  18. turtle.forward()
  19. turtle.turnLeft()
  20. turtle.dig()
  21. turtle.forward()
  22. stripfarm()
  23. turtle.turnRight()
  24. turtle.forward()
  25. turtle.turnRight()
  26. turtle.dig()
  27. turtle.forward()
  28. stripFarm()
  29. turtle.turnLeft()
  30. turtle.forward()
  31. turtle.turnLeft();
  32. turtle.dig()
  33. turtle.forward()
  34. stripFarm()
  35. turtle.turnRight()
  36. turtle.forward()
  37. turtle.forward()
  38. turtle.turnRight()
  39. turtle.dig()
  40. turtle.forward()
  41. stripFarm()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement