Remove dependency for "wood-logistics"

This commit is contained in:
Simon Brodtmann 2025-01-06 20:57:52 +01:00
parent 1332014de4
commit 64cc5ebf3c
33 changed files with 116 additions and 34 deletions

View file

@ -1,19 +1,19 @@
{
"name": "lignumis",
"version": "0.0.3",
"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.",
"author": "cackling fiend",
"homepage": "",
"factorio_version": "2.0",
"dependencies": [
"base",
"space-age >= 2.0.0",
"cf-lib >= 0.0.1",
"wood-military >= 2.0.0",
"Wood-Walls >= 1.2.0",
"wood-logistics >= 2.1.1",
"mf-buildings >= 0.1.0",
"mf-logistics >= 0.1.0"
]
"name": "lignumis",
"version": "0.0.3",
"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.",
"author": "cackling fiend",
"homepage": "",
"factorio_version": "2.0",
"dependencies": [
"base",
"space-age >= 2.0.0",
"cf-lib >= 0.0.1",
"wood-military >= 2.0.0",
"Wood-Walls >= 1.2.0",
"mf-buildings >= 0.1.0",
"mf-logistics >= 0.1.0",
"!wood-logistics"
]
}