diff --git a/lignumis/changelog.txt b/lignumis/changelog.txt index 0d751c3..b383343 100644 --- a/lignumis/changelog.txt +++ b/lignumis/changelog.txt @@ -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: diff --git a/lignumis/info.json b/lignumis/info.json index 06e1405..2b2788f 100644 --- a/lignumis/info.json +++ b/lignumis/info.json @@ -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",