Assembler Pipe Passthrough


Adds more pipe connections to allow assemblers (chem plants, refineries, pumpjacks and modded miners (all toggled by settings)) to pass through fluids, like electric miners.

Content
1 year, 9 months ago
0.17 - 1.1
5.38K
Manufacturing

b 248k Mod Compatibility

1 year, 9 months 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

1 year, 9 months ago

Fixed in 2022.07.23

New response