This commit is contained in:
Simon Brodtmann 2025-03-24 01:18:09 +01:00
parent 8eca5c0952
commit d7f5d0ca67
2 changed files with 14 additions and 2 deletions

View file

@ -1,4 +1,16 @@
---------------------------------------------------------------------------------------------------
Version: 1.0.36
Date: 24.03.2025
Changes:
- Basic construction robots copper recipe uses basic circuit boards and wooden gear wheels
- AAI Industry: Add "wood" fuel category to burner generator and fuel processor
- Wood Industry: Woodchips have "wood" fuel category
- Add compatibility for "Crushing Industry"
Bug Fixes:
- Lane Splitters: Correct item order
- AAI Loaders: Correct item/recipe order
- Fix recylce recipe being generated for rocket parts
---------------------------------------------------------------------------------------------------
Version: 1.0.35
Date: 18.03.2025
Changes:

View file

@ -1,6 +1,6 @@
{
"name": "lignumis",
"version": "1.0.35",
"version": "1.0.36",
"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 >= 1.0.2",
"lignumis-assets >= 1.0.3",
"flib",
"PlanetsLib >= 1.1.26",
"astroponics >= 1.2.0",