trainworld_computercraft/computer/21/startup.lua
2025-05-26 02:36:15 +02:00

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