Compare commits

...

1 commit
1.0.0 ... main

Author SHA1 Message Date
Simon Brodtmann
aa497468ce 1.0.1 2025-04-20 23:07:14 +02:00
2 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---------------------------------------------------------------------------------------------------
Version: 1.0.1
Date: 20.04.2025
Changes:
- Add Lignumis optional dependency to fix loading order

View file

@ -1,6 +1,6 @@
{
"name": "crushing-industry-productivity-research",
"version": "1.0.0",
"version": "1.0.1",
"title": "Crushing Industry - Productivity Research",
"description": "Adds crushing productivity research to Crushing Industry and reduces the initial bonus.",
"author": "cackling fiend",
@ -8,6 +8,7 @@
"factorio_version": "2.0",
"dependencies": [
"base",
"crushing-industry"
"crushing-industry",
"(?)lignumis"
]
}