In the file "__cargo-ships__/migrations/migrations-0-1-11.lua", there is a line requiring a file from a relative path:
Code: Select all
require("logic.oil_placement")
Code: Select all
require("__cargo-ships__/logic/oil_placement")
The earlier thread about cross-mod compatibility gives a good reason to avoid relative paths anyways, so I am going to update everything to use absolute paths in the future anyways.