This commit is contained in:
Simon Brodtmann 2025-01-25 22:36:22 +01:00
parent ec8fe81d3e
commit fbc59750ad
3 changed files with 19 additions and 2 deletions

View file

@ -43,6 +43,18 @@ If you like go more into the charcoal direction. It has no overlap with Lignumis
For wood on the other planets. For wood on the other planets.
## Compatibility with other planet mods
The following planet mods are tested for (at least technical) compatibility:
- [Cerys](https://mods.factorio.com/mod/Cerys-Moon-of-Fulgora)
- [Corrundum](https://mods.factorio.com/mod/corrundum)
- [Janus](https://mods.factorio.com/mod/janus)
- [Maraxsis](https://mods.factorio.com/mod/maraxsis)
- [Muluna](https://mods.factorio.com/mod/planet-muluna)
- [Terra Palus](https://mods.factorio.com/mod/terrapalus)
- [Secretas & Frozeta](https://mods.factorio.com/mod/secretas)
## 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 Lignumis, by default, adds wood and steam science packs during `data-updates.lua` to all technologies that match certain

View file

@ -1,6 +1,11 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.9.8 Version: 0.9.8
Date: ??.01.2025 Date: 25.01.2025
Changes:
- Generator burner equipment can use wood as fuel
- Reduce output inventory slots of burner agricultural tower to 3
- Add mod support for science packs and custom labs
- Add compatibility code for Cerys
Bug Fixes: Bug Fixes:
- Remove randomness from plants (thanks Atraxi; https://mods.factorio.com/mod/lignumis/discussion/67933ca99634a9d18f15f5af) - Remove randomness from plants (thanks Atraxi; https://mods.factorio.com/mod/lignumis/discussion/67933ca99634a9d18f15f5af)
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------

View file

@ -1,6 +1,6 @@
{ {
"name": "lignumis", "name": "lignumis",
"version": "0.9.7", "version": "0.9.8",
"title": "Lignumis (Beta)", "title": "Lignumis (Beta)",
"description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies. Warning: This is an early development version. Breaking changes will happen.", "description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies. Warning: This is an early development version. Breaking changes will happen.",
"author": "cackling fiend", "author": "cackling fiend",