Adds more pipe connections to allow assembling machines (including chem plants, oil-refineries (toggleable by settings)) to pass through fluids, like electric miners.
I haven't tried to reproduce the error, but there is a upper-case lower-case mismatch between the file you're looking for in integrations and the file that is there.
You're looking for 'integrations/Transport_Drones' if mods['Transport_Drones'] then
require('integrations/Transport_Drones')
end
but inside integrations we only have 'integrations/transport_drones'
31.504 Error ModManager.cpp:1577: Failed to load mod "assembler-pipe-passthrough": assembler-pipe-passthrough/data-updates.lua:105: module integrations/Transport_Drones not found; no such file assembler-pipe-passthrough/integrations/Transport_Drones.lua no such file assembler-pipe-passthrough/integrations/Transport_Drones.lua no such file core/lualib/integrations/Transport_Drones.lua
stack traceback:
[C]: in function 'require' assembler-pipe-passthrough/data-updates.lua:105: in main chunk
31.506 Loading mod core 0.0.0 (data.lua)
31.794 Checksum for core: 3046847990
31.839 Error ModManager.cpp:1577: Error in assignID: recipe-category with name 'crafting' does not exist.