0.0.9
This commit is contained in:
parent
7e23235d80
commit
8bab51aeae
2 changed files with 4 additions and 2 deletions
|
@ -4,6 +4,8 @@ Date: 13.01.2025
|
||||||
- Add Active noise cancelling tower
|
- Add Active noise cancelling tower
|
||||||
- Add noise emissions to non-Lignumis entities
|
- Add noise emissions to non-Lignumis entities
|
||||||
- Balance noise
|
- Balance noise
|
||||||
|
Bug Fixes:
|
||||||
|
- Reduce Space Age dependency to latest stable release instead of experimental
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.0.8
|
Version: 0.0.8
|
||||||
Date: 12.01.2025
|
Date: 12.01.2025
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "lignumis",
|
"name": "lignumis",
|
||||||
"version": "0.0.8",
|
"version": "0.0.9",
|
||||||
"title": "[Alpha] Lignumis",
|
"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.",
|
"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",
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
"factorio_version": "2.0",
|
"factorio_version": "2.0",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"base",
|
"base",
|
||||||
"space-age >= 2.0.29",
|
"space-age >= 2.0.28",
|
||||||
"astroponics >= 1.2.0",
|
"astroponics >= 1.2.0",
|
||||||
"cf-lib >= 0.0.2",
|
"cf-lib >= 0.0.2",
|
||||||
"mf-core >= 1.0.3",
|
"mf-core >= 1.0.3",
|
||||||
|
|
Loading…
Add table
Reference in a new issue