Actual Underground Pipes


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

Tweaks
11 days ago
2.0
1.36K
Logistics Fluids

g [fixed] Breaks SE Space Pipe To Ground Recipe

25 days ago
(updated 25 days 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!

25 days ago

Whats the allowed distance in the tooltip on space pipes?

25 days ago

Fixed for v0.1.30

25 days ago

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

25 days ago

Ty

New response