Hi, would it be possible to add an orbital cannon compact to the mod? It should just require copying the below into the "compatibility" folder in a suitably named file and then calling for it in one of the data files. Thank you previously for adding those recipe signals and, if you don't want to add this for progression reasons, that's totally valid (your mod after all). Either way, also thank you for just an amazing mod, it's really fun.
if mods["orbital-cannon"] then
data:extend
{
{
type = "orbital-cannon-link",
name = "nauvis-lignumis",
source = "nauvis",
target = "lignumis",
link_type = "transport",
requested_slots = 7,
},
{
type = "orbital-cannon-link",
name = "lignumis-nauvis",
source = "lignumis",
target = "nauvis",
link_type = "transport",
requested_slots = 7,
}
}
end