Actual Underground Pipes


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

Tweaks
23 hours ago
2.0
1.23K
Logistics Fluids

i Elevated Space Pipes compatibility

7 days ago
(updated 7 days ago)

Hi,

Still loving the mod.

Mod Elevated Space Pipes causes crash(same as the previously opened topic about elevated pipes).

I have created file elevated-space-pipes.lua in compatibility/prototypes folder.

"""if not mods["elevated-space-pipes"] then return end

data.raw.furnace["elevated-space-pipe"].ignore_by_tomwub = true"""

and data-final-fixes.lua

"""
require("the-one-mod-with-underground-bits/compatibility/prototypes/elevated-space-pipes")
"""

similar to the original elevated pipes mod compatibility.

(btw, what does the loop in line 376 do? The last loop in data-final-fixes.lua I mean.
Some sort of reindexing of the pipe connections? I get crash from se-energy-transmitter-chamber(boiler) from it, though nobody said anything in regards to SE before so idk.)

7 days ago

If you want to add that file, you can make a PR for it on github

The last few lines fix underground connections on buildings, the SE crash you mentioned will be fixed upon the next SE update (0.7.34)

6 days ago

Pull request on github.

Thanks

New response