SHOW:
|
|
- or go back to the newest paste.
1 | shell.run("refuel all") | |
2 | while true do | |
3 | x=0 | |
4 | while x<=64 do | |
5 | turtle.digUp() | |
6 | turtle.digDown() | |
7 | turtle.dig() | |
8 | turtle.forward() | |
9 | x=x+1 | |
10 | end | |
11 | turtle.digUp() | |
12 | turtle.select(1) | |
13 | turtle.placeUp() | |
14 | x=2 | |
15 | while x<=16 do | |
16 | - | turtle.drop(Up) |
16 | + | |
17 | turtle.dropUp() | |
18 | x=x+1 | |
19 | end | |
20 | turtle.select(1) | |
21 | turtle.digUp() | |
22 | end |