Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
840509732a
|
@ -10,7 +10,8 @@
|
|||
"repository": "https://github.com/DMagic1/KSP_Contract_Parser"
|
||||
},
|
||||
"version": "3.0",
|
||||
"ksp_version": "1.1.0",
|
||||
"ksp_version_min": "1.1.2",
|
||||
"ksp_version_max": "1.1.99",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/DMagicUtilities/ContractParser",
|
||||
|
|
|
@ -15,23 +15,23 @@
|
|||
"depends": [
|
||||
{
|
||||
"name": "CommunityResourcePack",
|
||||
"min_version": "0.5"
|
||||
"min_version": "0.5.1.1"
|
||||
},
|
||||
{
|
||||
"name": "Toolbar",
|
||||
"min_version": "1.7.11"
|
||||
"min_version": "1.7.12"
|
||||
},
|
||||
{
|
||||
"name": "InterstellarFuelSwitch",
|
||||
"min_version": "1.28"
|
||||
"min_version": "1.29"
|
||||
},
|
||||
{
|
||||
"name": "TweakScale",
|
||||
"min_version": "2.2.7.2"
|
||||
"min_version": "2.2.9"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager",
|
||||
"min_version": "2.6.22"
|
||||
"min_version": "2.6.24"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"install": [
|
||||
{
|
||||
"find": "ASET/MK1-2_InternalsASET",
|
||||
"install_to": "GameData"
|
||||
"install_to": "GameData/ASET"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/599/Chaka%20Monkey%20Exploration%20Systems/download/1.1_BETA",
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
"repository": "https://github.com/DMagic1/KSP_Progress_Parser"
|
||||
},
|
||||
"version": "4.0",
|
||||
"ksp_version": "1.1.0",
|
||||
"ksp_version_min": "1.1.2",
|
||||
"ksp_version_max": "1.1.99",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/DMagicUtilities/ProgressParser",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"spec_version": "v1.4",
|
||||
"comment": "Ships installed again",
|
||||
"identifier": "RN-SovietSpacecraft",
|
||||
"name": "Salyut Stations - Soyuz, Progress, Vostok/Voskhod, TKS/VA",
|
||||
"name": "Soviet Spacecraft - Soyuz, Progress, Vostok/Voskhod, TKS/VA",
|
||||
"abstract": "Soviet spacecraft pack that contains Soyuz 7K-T, 7K-OKA, 7K-OKP 7K-T-AF and Progress 7K-TG, and Vostok/Voskhod spacecraft, and TKS/VA",
|
||||
"author": "Raidernick",
|
||||
"license": "CC-BY-NC-ND-3.0",
|
||||
|
|
Loading…
Reference in New Issue