Advertisement
Guest User

Test

a guest
Oct 24th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. [[ 8x8 Farm ]]
  2. [[ First Test ]]
  3. [[ Program ]]
  4. local function farm()
  5. turtle.digDown()
  6. turtle.placeDown()
  7. turtle.forward()
  8. end
  9.  
  10. local fuction plow()
  11. turtle.up()
  12. turtle.forward()
  13. for o = 1,4
  14. for i = 1,8
  15. farm()
  16. end
  17. turtle.turnRight()
  18. turtle.forward()
  19. turtle.turnRight()
  20. for j = 1,8
  21. farm()
  22. end
  23. turtle.turnLeft()
  24. turtle.forward()
  25. turtle.turnLeft()
  26. end
  27. turtle.turnLeft()
  28. for k = 1,9
  29. turtle.forward()
  30. end
  31. turtle.turnRight()
  32. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement