Actual Underground Pipes


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

Tweaks
a day ago
2.0 - 2.1
3.39K
Logistics Fluids

g [fixed] Breaks SE Space Pipe To Ground Recipe

10 months ago
(updated 10 months 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!

10 months ago

Whats the allowed distance in the tooltip on space pipes?

10 months ago

Fixed for v0.1.30

10 months ago

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

10 months ago

Ty

New response