SHOW:
|
|
- or go back to the newest paste.
1 | if turtle.getFuelLevel() < 1000 then | |
2 | turtle.select(16) | |
3 | turtle.refuel(64) | |
4 | end | |
5 | ::Loop:: | |
6 | turtle.select(1) -- building cylinder | |
7 | term.clear() | |
8 | local BuildLength = 0 | |
9 | if(BuildLength = 0) | |
10 | print("Building Cylinder") | |
11 | print(BuildLength," Blocks have been placed.") | |
12 | turtle.placeDown() | |
13 | turtle.forward() | |
14 | end | |
15 | if(BuildLength < 10) then BuildLength++ else goto Loop | |
16 | end |