Assembler Pipe Passthrough


Adds more pipe connections to allow assembling machines (including chem plants, oil-refineries (toggleable by settings)) to pass through fluids, like electric miners.

Content
4 days ago
0.17 - 2.0
5.82K
Manufacturing

b 248k Mod Compatibility

2 years ago

The entities for the star engine from 248k Mod causes "invalid pipe connections specification" errors.
These additions to the blacklist fixed it for me:

-- 248k mod
if mods['248k'] then
appmod.blacklist['fu_star_engine_core_entity'] = true
appmod.blacklist['fu_star_engine_heater_entity'] = true
appmod.blacklist['fu_star_engine_heater_left_entity'] = true
appmod.blacklist['fu_star_engine_cooler_entity'] = true
appmod.blacklist['fu_star_engine_cooler_up_entity'] = true
end

2 years ago

Fixed in 2022.07.23

New response