diff --git a/README.md b/README.md index b5a2891..b413d6d 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ The following planet mods are tested for (at least technical) compatibility: - [Terra Palus](https://mods.factorio.com/mod/terrapalus) - [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 Lignumis, by default, adds wood and steam science packs during `data-updates.lua` to all technologies that match certain criteria. diff --git a/lignumis/changelog.txt b/lignumis/changelog.txt index e374cd6..db53f32 100644 --- a/lignumis/changelog.txt +++ b/lignumis/changelog.txt @@ -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 Date: 16.02.2025 Bug Fixes: diff --git a/lignumis/info.json b/lignumis/info.json index 4857793..f6864c2 100644 --- a/lignumis/info.json +++ b/lignumis/info.json @@ -1,6 +1,6 @@ { "name": "lignumis", - "version": "1.0.17", + "version": "1.0.18", "title": "Lignumis", "description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.", "author": "cackling fiend",