https://mods.factorio.com/mod/cargo-ships/discussion/69b3c8ec60e7b69b038c4766
robot256 ☆
23 minutes ago
Thank you! I didn't think to test with Renai Transportation but that is the culprit and it makes sense.
Adding a line to prevent Renai from looking at the "boat" does prevent the crash from happening. I can't really tell what exactly in Renai is causing the problem but we can report it to them now.
robot256 ☆
5 minutes ago
FYI, you can make them load together if you edit Renai Transportation's data-final-fixes.lua to change line 1095 to the following snippet:
if not (string.match(ThingID, ".boat.")) then
MakeCarriageSprites(table.deepcopy(ThingData))
end
I figured Id msg Renai on here, to let them know this is happening... is it possible to get that line fixed in Renai? so people can just update the mods?