idk lol
This commit is contained in:
parent
f8fd2513c8
commit
491112768c
27 changed files with 1095 additions and 3537 deletions
9
computer/3/ref.lua
Normal file
9
computer/3/ref.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
depot = peripheral.wrap("front")
|
||||
while true do
|
||||
turtle.refuel()
|
||||
turtle.dropUp()
|
||||
depot.pullItem("top")
|
||||
sleep(2)
|
||||
depot.pushItem("top")
|
||||
turtle.suckUp()
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue