Lignumis


Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.

Content
a day ago
2.0 - 2.1
24.8K
Factorio: Space Age Icon Space Age Mod
Planets Logistics Environment Mining Fluids Manufacturing

i ✅ Orbital Cannon Compact

15 days ago

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

3 days ago

Done. Will be in the next release.

New response