This commit is contained in:
Crispy 2025-06-22 00:08:46 +02:00
parent f8fd2513c8
commit 491112768c
27 changed files with 1095 additions and 3537 deletions

9
computer/3/ref.lua Normal file
View 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