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