SHOW:
|
|
- or go back to the newest paste.
1 | l=27 | |
2 | h=100 | |
3 | r=1 | |
4 | turtle.select(1) | |
5 | for u=1,h do | |
6 | turtle.up() | |
7 | turtle.placeDown() | |
8 | for t=1,4 do | |
9 | for w=1,l do | |
10 | turtle.forward() | |
11 | turtle.placeDown() | |
12 | if r<16 and turtle.getItemCount(r)<1 then | |
13 | r=r+1 | |
14 | turtle.select(r) | |
15 | end | |
16 | if turtle.getItemCount(16)<1 then | |
17 | - | for e=1,1000 do |
17 | + | |
18 | turtle.reboot() | |
19 | end | |
20 | end | |
21 | end | |
22 | turtle.turnRight() | |
23 | end | |
24 | end |