tomtrein

Untitled

Jun 26th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. for i=1, 50 do
  2. if turtle.getFuelLevel() < 100 then
  3. turtle.select(16)
  4. turtle.refuel(1)
  5. end
  6. turtle.select(1)
  7. turtle.digDown()
  8. for p=1,48 do
  9. turtle.up()
  10. end
  11. if turtle.placeUp() then
  12. print(g)
  13. else
  14. turtle.drop()
  15. end
  16. for p=1,49 do
  17. turtle.down()
  18. end
  19. end
Advertisement
Add Comment
Please, Sign In to add comment