Make Kerbalism-Config-RO conflict with life support mods (#2298)
This commit is contained in:
parent
af35974a80
commit
5a61c9cb97
|
@ -8,6 +8,12 @@
|
|||
"resources": {
|
||||
"repository": "https://github.com/Standecco/ROKerbalism"
|
||||
},
|
||||
"tags": [
|
||||
"config",
|
||||
"career",
|
||||
"science",
|
||||
"crewed"
|
||||
],
|
||||
"version": "v0.1.1",
|
||||
"ksp_version_min": "1.4.0",
|
||||
"ksp_version_max": "1.7.99",
|
||||
|
@ -15,6 +21,9 @@
|
|||
"Kerbalism-Config"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "Kerbalism"
|
||||
}
|
||||
|
@ -32,6 +41,15 @@
|
|||
"conflicts": [
|
||||
{
|
||||
"name": "Kerbalism-Config"
|
||||
},
|
||||
{
|
||||
"name": "TACLS"
|
||||
},
|
||||
{
|
||||
"name": "Snacks"
|
||||
},
|
||||
{
|
||||
"name": "USI-LS"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
|
|
|
@ -8,6 +8,12 @@
|
|||
"resources": {
|
||||
"repository": "https://github.com/Standecco/ROKerbalism"
|
||||
},
|
||||
"tags": [
|
||||
"config",
|
||||
"career",
|
||||
"science",
|
||||
"crewed"
|
||||
],
|
||||
"version": "v0.1.2",
|
||||
"ksp_version_min": "1.4.0",
|
||||
"ksp_version_max": "1.7.99",
|
||||
|
@ -15,6 +21,9 @@
|
|||
"Kerbalism-Config"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "Kerbalism"
|
||||
}
|
||||
|
@ -32,6 +41,15 @@
|
|||
"conflicts": [
|
||||
{
|
||||
"name": "Kerbalism-Config"
|
||||
},
|
||||
{
|
||||
"name": "TACLS"
|
||||
},
|
||||
{
|
||||
"name": "Snacks"
|
||||
},
|
||||
{
|
||||
"name": "USI-LS"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
|
|
|
@ -8,6 +8,12 @@
|
|||
"resources": {
|
||||
"repository": "https://github.com/Standecco/ROKerbalism"
|
||||
},
|
||||
"tags": [
|
||||
"config",
|
||||
"career",
|
||||
"science",
|
||||
"crewed"
|
||||
],
|
||||
"version": "v0.1",
|
||||
"ksp_version_min": "1.4.0",
|
||||
"ksp_version_max": "1.7.99",
|
||||
|
@ -15,6 +21,9 @@
|
|||
"Kerbalism-Config"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "Kerbalism"
|
||||
}
|
||||
|
@ -32,6 +41,15 @@
|
|||
"conflicts": [
|
||||
{
|
||||
"name": "Kerbalism-Config"
|
||||
},
|
||||
{
|
||||
"name": "TACLS"
|
||||
},
|
||||
{
|
||||
"name": "Snacks"
|
||||
},
|
||||
{
|
||||
"name": "USI-LS"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
|
|
|
@ -27,6 +27,9 @@
|
|||
"Kerbalism-Config"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "Kerbalism"
|
||||
}
|
||||
|
@ -44,6 +47,15 @@
|
|||
"conflicts": [
|
||||
{
|
||||
"name": "Kerbalism-Config"
|
||||
},
|
||||
{
|
||||
"name": "TACLS"
|
||||
},
|
||||
{
|
||||
"name": "Snacks"
|
||||
},
|
||||
{
|
||||
"name": "USI-LS"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
|
|
|
@ -48,6 +48,15 @@
|
|||
"conflicts": [
|
||||
{
|
||||
"name": "Kerbalism-Config"
|
||||
},
|
||||
{
|
||||
"name": "TACLS"
|
||||
},
|
||||
{
|
||||
"name": "Snacks"
|
||||
},
|
||||
{
|
||||
"name": "USI-LS"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
|
|
|
@ -27,6 +27,9 @@
|
|||
"Kerbalism-Config"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "Kerbalism"
|
||||
}
|
||||
|
@ -44,6 +47,15 @@
|
|||
"conflicts": [
|
||||
{
|
||||
"name": "Kerbalism-Config"
|
||||
},
|
||||
{
|
||||
"name": "TACLS"
|
||||
},
|
||||
{
|
||||
"name": "Snacks"
|
||||
},
|
||||
{
|
||||
"name": "USI-LS"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
|
|
Loading…
Reference in New Issue