Tbonetomtom

MinerUp

May 27th, 2023
814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function dig()
  2.   while turtle.detect() do
  3.     turtle.dig()
  4.     os.sleep()
  5.   end
  6.   turtle.forward()
  7.   while turtle.detectDown() or turtle.detectUp() do
  8.     turtle.digUp()
  9.     turtle.digDown()
  10.   end
  11. end
  12.  
  13. turtle.turnLeft()
  14. turtle.digUp()
  15. turtle.up()
  16. turtle.digUp()
  17. turtle.up()
  18. turtle.digUp()
  19. turtle.up()
  20. turtle.digUp()
  21. dig()
  22. dig()
  23. turtle.turnLeft()
Advertisement
Add Comment
Please, Sign In to add comment