Advertisement
RachelElisse

Test

Oct 6th, 2015
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. for i=1, 1 do
  2. turtle.refuel(1)
  3. turtle.forward(3)
  4.  
  5. for j=1, 10 do
  6. turtle.up()
  7. turtle.down()
  8. turtle.digDown()
  9. turtle.forward()
  10. end
  11.  
  12. turtle.up()
  13. turtle.turnLeft()
  14. turtle.turnLeft()
  15.  
  16. for j=1, 10 do
  17. turtle.placeDown()
  18. turtle.forward()
  19. end
  20.  
  21. turtle.forward("5")
  22. turtle.up("10")
  23.  
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement