hey, as i needed it for myself i have added an optional dependency with space exploration so void pipes can be placed in space.
additionally, i have noticed that on my large map the mod takes a lot of ressources for almost no work by iterating over ALL void pipes on every tick.
i have changed this to every n-th tick (120 for now) and added some size to the pipe so it takes a lot more liquid, eliminating the need to purge the pipe every tick.
it went from using 2-2,5 on the ressource monitor to 0 .. note: the map is 220 MB in size and has about 50 void pipese - one per LTN depot
pull request here: https://github.com/Void-Works/Void-Works/pull/1