This commit is contained in:
Simon Brodtmann 2025-03-17 21:36:37 +01:00
parent a60a63135b
commit 21875da7b1
2 changed files with 10 additions and 2 deletions

View file

@ -1,4 +1,12 @@
---------------------------------------------------------------------------------------------------
Version: 1.0.34
Date: 17.03.2025
Changes:
- Balance basic construction robots (reduced energy buffer and usage)
- Make the second planet after Lignumis configurable by other mods
- Add new enemies (only for new games)
- Burner leech fork is now a mandatory dependency
---------------------------------------------------------------------------------------------------
Version: 1.0.33
Date: 16.03.2025
Breaking Changes:

View file

@ -1,6 +1,6 @@
{
"name": "lignumis",
"version": "1.0.33",
"version": "1.0.34",
"title": "Lignumis",
"description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.",
"author": "cackling fiend",
@ -9,7 +9,7 @@
"dependencies": [
"base",
"space-age >= 2.0.28",
"lignumis-assets",
"lignumis-assets >= 1.0.2",
"flib",
"PlanetsLib >= 1.1.26",
"astroponics >= 1.2.0",