Actual Underground Pipes


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

Tweaks
22 hours ago
2.0
1.49K
Logistics Fluids

g [fixed] Breaks SE Space Pipe To Ground Recipe

a month ago
(updated a month 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 month ago

Whats the allowed distance in the tooltip on space pipes?

a month ago

Fixed for v0.1.30

a month ago

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

a month ago

Ty

New response