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.)