forked from cacklingfiend/lignumis
1.0.18
This commit is contained in:
parent
2a993f9e75
commit
e262dcb967
3 changed files with 18 additions and 1 deletions
|
@ -39,6 +39,12 @@ The following planet mods are tested for (at least technical) compatibility:
|
||||||
- [Terra Palus](https://mods.factorio.com/mod/terrapalus)
|
- [Terra Palus](https://mods.factorio.com/mod/terrapalus)
|
||||||
- [Secretas & Frozeta](https://mods.factorio.com/mod/secretas)
|
- [Secretas & Frozeta](https://mods.factorio.com/mod/secretas)
|
||||||
|
|
||||||
|
## Problematic / incompatible mods
|
||||||
|
|
||||||
|
* Mods that let you start on a different planet: They are supported, but you are missing half of the content of this mod.
|
||||||
|
* Alien Biomes: Lignumis won't have any trees. It's playable, but not as intended.
|
||||||
|
* The rest of the Wooden Universe: I marked the ones incompatible that don't make sense to combine or that wouldn't add more that is not already included.
|
||||||
|
|
||||||
## Add compatibility to your mod
|
## Add compatibility to your mod
|
||||||
|
|
||||||
Lignumis, by default, adds wood and steam science packs during `data-updates.lua` to all technologies that match certain criteria.
|
Lignumis, by default, adds wood and steam science packs during `data-updates.lua` to all technologies that match certain criteria.
|
||||||
|
|
|
@ -1,4 +1,15 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 1.0.18
|
||||||
|
Date: 16.02.2025
|
||||||
|
Breaking Changes:
|
||||||
|
- Double numbers for gold ore (both production and usage; it doesn't really break anything but it could mess with the throughput)
|
||||||
|
Changes:
|
||||||
|
- AAI Industry: Keep the technology changes AAI Industry makes
|
||||||
|
- Autoplaced gold stromatolites are trees now that can be harvested by the agricultural tower
|
||||||
|
- Use Bioprocessing tab (you need to install the new dependency)
|
||||||
|
Bug Fixes:
|
||||||
|
- AAI Industry: Wood science pack can be crafted by hand
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.0.17
|
Version: 1.0.17
|
||||||
Date: 16.02.2025
|
Date: 16.02.2025
|
||||||
Bug Fixes:
|
Bug Fixes:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "lignumis",
|
"name": "lignumis",
|
||||||
"version": "1.0.17",
|
"version": "1.0.18",
|
||||||
"title": "Lignumis",
|
"title": "Lignumis",
|
||||||
"description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.",
|
"description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.",
|
||||||
"author": "cackling fiend",
|
"author": "cackling fiend",
|
||||||
|
|
Loading…
Add table
Reference in a new issue