6 lines
130 B
Lua
6 lines
130 B
Lua
tonk = peripheral.wrap("right")
|
|
|
|
while true do
|
|
sleep(0.5)
|
|
tonk.pushFluid("left",math.abs(300-tonk.tanks()[1].amount))
|
|
end
|