idk lol
This commit is contained in:
parent
f8fd2513c8
commit
491112768c
27 changed files with 1095 additions and 3537 deletions
31
computer/24/stupid.lua
Normal file
31
computer/24/stupid.lua
Normal file
|
@ -0,0 +1,31 @@
|
|||
for y = 1, 100 do
|
||||
for q = 1, 4 do
|
||||
for i = 1,5 do
|
||||
turtle.digDown()
|
||||
turtle.forward()
|
||||
end
|
||||
turtle.turnLeft()
|
||||
turtle.forward()
|
||||
turtle.digDown()
|
||||
turtle.turnRight()
|
||||
turtle.forward()
|
||||
turtle.digDown()
|
||||
turtle.forward()
|
||||
turtle.turnLeft()
|
||||
turtle.forward()
|
||||
turtle.digDown()
|
||||
turtle.forward()
|
||||
turtle.turnRight()
|
||||
turtle.forward()
|
||||
turtle.digDown()
|
||||
turtle.turnLeft()
|
||||
turtle.forward()
|
||||
turtle.digDown()
|
||||
turtle.turnRight()
|
||||
turtle.forward()
|
||||
turtle.turnLeft()
|
||||
turtle.forward()
|
||||
end
|
||||
turtle.down()
|
||||
turtle.refuel()
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue