mew
This commit is contained in:
parent
fe086e3a0c
commit
1ff3cea4d6
29 changed files with 3206 additions and 79 deletions
6
computer/21/startup.lua
Normal file
6
computer/21/startup.lua
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue