This commit is contained in:
Simon Brodtmann 2025-01-15 00:24:27 +01:00
parent 9d92daf7cb
commit db4f8319b6
2 changed files with 12 additions and 2 deletions

View file

@ -1,4 +1,14 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.9.1
Date: 15.01.2025
Changes:
- Optimized map generation
- Changed color of natural gold soil on the map
- Increased wood yield from peat
- Buff the game start with a second burner mining drill and 2 burner agricultural towers
- Add mining area visualization for the 4x4 burner mining drill
- Now uses PlanetsLib (that also adds a nice orbit ring)
---------------------------------------------------------------------------------------------------
Version: 0.9.0 Version: 0.9.0
Date: 14.01.2025 Date: 14.01.2025
Changes: Changes:

View file

@ -1,6 +1,6 @@
{ {
"name": "lignumis", "name": "lignumis",
"version": "0.9.0", "version": "0.9.1",
"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",
@ -9,7 +9,7 @@
"dependencies": [ "dependencies": [
"base", "base",
"space-age >= 2.0.28", "space-age >= 2.0.28",
"PlanetsLib >= 1.1.21", "PlanetsLib >= 1.1.20",
"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",