This commit is contained in:
Simon Brodtmann 2025-01-13 01:24:49 +01:00
parent 7e23235d80
commit 8bab51aeae
2 changed files with 4 additions and 2 deletions

View file

@ -4,6 +4,8 @@ Date: 13.01.2025
- Add Active noise cancelling tower
- Add noise emissions to non-Lignumis entities
- Balance noise
Bug Fixes:
- Reduce Space Age dependency to latest stable release instead of experimental
---------------------------------------------------------------------------------------------------
Version: 0.0.8
Date: 12.01.2025

View file

@ -1,6 +1,6 @@
{
"name": "lignumis",
"version": "0.0.8",
"version": "0.0.9",
"title": "[Alpha] Lignumis",
"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",
@ -8,7 +8,7 @@
"factorio_version": "2.0",
"dependencies": [
"base",
"space-age >= 2.0.29",
"space-age >= 2.0.28",
"astroponics >= 1.2.0",
"cf-lib >= 0.0.2",
"mf-core >= 1.0.3",