This commit is contained in:
Simon Brodtmann 2025-02-15 13:28:22 +01:00
parent e6a0f20feb
commit 6f2b12536c
2 changed files with 13 additions and 2 deletions

View file

@ -1,4 +1,15 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 1.0.15
Date: 15.02.2025
Changes:
- Add compatibility with AAI Industry
- Add compatibility with Planet Picker
- Improve progressive belt recipes (yellow undies and splitters used to require both the lower tier and yellow belts)
- Nutrients from wood pulp can be crafted in the biochamber
- Have a separate recipe for steam science that only uses steam as fuel for the steam assembler (no two input pipes with the same fluid anymore)
- You can't leave Lignumis before researching Nauvis discovery
- Prevent getting Stuck on Nauvis by changing prerequisites of Nauvis technologies and removing pre-research on Lignumis
---------------------------------------------------------------------------------------------------
Version: 1.0.14 Version: 1.0.14
Date: 14.02.2025 Date: 14.02.2025
Changes: Changes:

View file

@ -1,6 +1,6 @@
{ {
"name": "lignumis", "name": "lignumis",
"version": "1.0.14", "version": "1.0.15",
"title": "Lignumis", "title": "Lignumis",
"description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.", "description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.",
"author": "cackling fiend", "author": "cackling fiend",
@ -12,7 +12,7 @@
"flib", "flib",
"PlanetsLib >= 1.1.26", "PlanetsLib >= 1.1.26",
"astroponics >= 1.2.0", "astroponics >= 1.2.0",
"cf-lib >= 0.0.4", "cf-lib >= 0.0.5",
"mf-core >= 1.0.3", "mf-core >= 1.0.3",
"mf-buildings >= 1.0.7", "mf-buildings >= 1.0.7",
"mf-logistics >= 1.0.1", "mf-logistics >= 1.0.1",