Actual Underground Pipes


What? Pipes that are actually... underground!?

Tweaks
23 hours ago
2.0
1.23K
Logistics Fluids

g [fixed] Breaks SE Space Pipe To Ground Recipe

a day ago
(updated a day ago)

Currently, this mod breaks the se-space-pipe-to-ground recipe; the only ingredient is [se-space-pipe x10], so recipe ends up without any ingredients.

I quick-fixed this by adding an additional compatibility file for SE with:

-- BEGIN --
if not mods["space-exploration"] then return end
data.raw.recipe["se-space-pipe-to-ground"].ingredients = {
{ type = "item", name = "se-space-pipe", amount = 2, } -- arbitrarily chosen
}
-- END --

Haven't run into any other issues yet, though; otherwise loving this mod so far!

a day ago

Whats the allowed distance in the tooltip on space pipes?

a day ago

Fixed for v0.1.30

a day ago

There's an issue with 0.1.30; I opened a PR.

23 hours ago

Ty

New response