init
This commit is contained in:
commit
12ffbdc45d
76 changed files with 79368 additions and 0 deletions
9
computer/4/drain.lua
Normal file
9
computer/4/drain.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
while true do
|
||||
turtle.dig()
|
||||
turtle.place()
|
||||
--sleep(1.5)
|
||||
--turtle.turnLeft()
|
||||
turtle.digUp()
|
||||
turtle.placeUp()
|
||||
--turtle.turnRight()
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue