kamilosxd678

pfff

Feb 17th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. args = { ... }
  2. y = args[1]
  3. write(y)
  4. function przerzuc()
  5. for i = 2, 16 do
  6. turtle.select(i)
  7. turtle.transferTo(i-1, 64)
  8. end
  9. turtle.select(1)
  10. end
  11. for i = 1, y - 49 do
  12. turtle.down()
  13. end
  14. turtle.place()
  15. for i = 1, y - 49 do
  16. turtle.up()
  17. if not turtle.placeDown() then
  18. przerzuc()
  19. end
  20. end
Advertisement
Add Comment
Please, Sign In to add comment