Advertisement
Spatzenhirn123

rechts turtle-sammeln

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