idk lol
This commit is contained in:
parent
f8fd2513c8
commit
491112768c
27 changed files with 1095 additions and 3537 deletions
11
computer/24/remove.lua
Normal file
11
computer/24/remove.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
function step()
|
||||
if turtle.dig()then
|
||||
turtle.forward()
|
||||
return true
|
||||
end
|
||||
turtle.turnLeft()
|
||||
turtle.forward()
|
||||
turtle.turnRight()
|
||||
return turtle.detect()
|
||||
end
|
||||
while step() do end
|
Loading…
Add table
Add a link
Reference in a new issue