Adds massive cargo ships to the game, that function similarly to trains. Also adds deep sea oil, oil platforms, tanker ships, train bridges and other water based content.
The following error is generated when I try to pick up a placed oil rig:
Error while running event cargo-ships::on_player_mined_entity (ID 65) cargo-ships/control.lua:84: bad argument #-1 to 'find-entities-filtered' (string expected, got table)
EDIT: I tested this mod alone to make sure it wasn't conflicting mods, and it still does it on the base game.
Seems like the feature to search for tables was first introduced in the 16.40 experimental. Sorry for that. I changed the code to work with the last stable version.
Alright, thanks for the reply! However, it seems that the rig is still bugged. I'm running the 0.16.36 build with just the mod and it still gives the same error.
i am sorry but i was not able to reproduce the issue, neither on the 16.36 stable nor the 16.43 experimental. maybe its the interference of another mod? have you checked the behavior when all other mods are disabled?