Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- shell.run("refuel all")
- while turtle.forward() do
- shell.run("clear")
- turtle.dig()
- print("Moving Forward . . .")
- end
- while turtle.detect() do
- shell.run("clear")
- turtle.digUp()
- turtle.up()
- print("Moving Up . . .")
- end
- for i = 1, 6 do
- shell.run("clear")
- turtle.dig()
- print("Moving Forward . . .")
- turtle.forward()
- end
- for o = 1, 10 do
- shell.run("clear")
- turtle.digDown()
- print("Moving Down . . .")
- turtle.down()
- end
- shell.run("tunnel 50")
Advertisement
Add Comment
Please, Sign In to add comment