This commit is contained in:
Crispy 2025-05-26 02:36:15 +02:00
parent fe086e3a0c
commit 1ff3cea4d6
29 changed files with 3206 additions and 79 deletions

6
computer/21/startup.lua Normal file
View file

@ -0,0 +1,6 @@
tonk = peripheral.wrap("right")
while true do
sleep(0.5)
tonk.pushFluid("left",math.abs(300-tonk.tanks()[1].amount))
end