Advertisement
Guest User

transfert

a guest
Aug 17th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. while true do
  2. for i=1,16 do
  3. turtle.select(i)
  4. turtle.suckDown()
  5. end
  6. while not turtle.detectUp() do
  7. turtle.up()
  8. end
  9. for j=1,16 do
  10. turtle.select(j)
  11. turtle.dropUp(64)
  12. end
  13. while not turtle.detectDown() do
  14. turtle.down()
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement