Modpack Dependency Help
Posted: Sat Mar 05, 2022 5:10 pm
I'm trying to make a modpack with the following dependencies:
atomic artillery, big artillery (balanced), big artillery (incompatible), epic artillery sounds, king jo's insane artillery (optional), light artillery, mushroom cloud 1.1 patched (optional), napalm artillery, nuclear artillery, schall artillery (optional), schall land mine (optional hidden), and schall tank platoon (optional). With the following code, the game only sees Atomic artillery as a dependent and big artillery as incompatible. Nothing else. Here's my info.json code:
{
"name": "Artillery-modpack",
"version": "0.0.1",
"title": "Artillery Modpack",
"author": "tntmasta",
"homepage": "",
"description": "A collection of artillery mods mostly balanced for vanilla.",
"contact": "Discord: Tmas#9930",
"factorio_version": "1.1",
"dependencies": [
"base >= 1.1.0", "Atomic Artillery",
"!Big Artillery",
"Big Artillery (Balanced)",
"Epic Artillery Sounds",
"?King Jo's Insane Artillery",
"Light Artillery",
"?Mushroom Cloud 1.1 Patched",
"Napalm Artillery",
"Nuclear Artillery",
"?Schall Artillery",
"?Schall Land Mine",
"?Schall Tank Platoon"
]
}
What am I doing wrong?
atomic artillery, big artillery (balanced), big artillery (incompatible), epic artillery sounds, king jo's insane artillery (optional), light artillery, mushroom cloud 1.1 patched (optional), napalm artillery, nuclear artillery, schall artillery (optional), schall land mine (optional hidden), and schall tank platoon (optional). With the following code, the game only sees Atomic artillery as a dependent and big artillery as incompatible. Nothing else. Here's my info.json code:
{
"name": "Artillery-modpack",
"version": "0.0.1",
"title": "Artillery Modpack",
"author": "tntmasta",
"homepage": "",
"description": "A collection of artillery mods mostly balanced for vanilla.",
"contact": "Discord: Tmas#9930",
"factorio_version": "1.1",
"dependencies": [
"base >= 1.1.0", "Atomic Artillery",
"!Big Artillery",
"Big Artillery (Balanced)",
"Epic Artillery Sounds",
"?King Jo's Insane Artillery",
"Light Artillery",
"?Mushroom Cloud 1.1 Patched",
"Napalm Artillery",
"Nuclear Artillery",
"?Schall Artillery",
"?Schall Land Mine",
"?Schall Tank Platoon"
]
}
What am I doing wrong?