Actual Underground Pipes


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

Tweaks
a day ago
2.0 - 2.1
3.39K
Logistics Fluids

i Elevated Space Pipes compatibility

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

10 months 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)

10 months ago

Pull request on github.

Thanks

New response