Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
29abbb7a5f
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "Kube",
|
||||
"name": "Kube",
|
||||
"abstract": "This mod adds parts meant for larger space-ship kind of vessels, built in a modular free form way.",
|
||||
"author": "Katten",
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"spacedock": "https://spacedock.info/mod/1539/Kube"
|
||||
},
|
||||
"version": "0.0.5",
|
||||
"ksp_version_min": "1.3.0",
|
||||
"ksp_version_max": "1.3.99",
|
||||
"depends": [
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "ReCoupler"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"install_to": "GameData",
|
||||
"find": "Kube"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/1539/Kube/download/0.0.5",
|
||||
"download_size": 968164,
|
||||
"download_hash": {
|
||||
"sha1": "69D4251B9050E8793AB074C39EB4B240A69C3E13",
|
||||
"sha256": "047241C9B04D961F550FB5D812598AA4FE16CE0E565BD5E4F2B806DDC8304BDD"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_via": "Automated Linuxgurugamer CKAN script",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -12,6 +12,11 @@
|
|||
},
|
||||
"version": "1.0.8",
|
||||
"ksp_version": "1.3.1",
|
||||
"depends": [
|
||||
{
|
||||
"name": "TDProps"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "ModPods",
|
||||
|
|
|
@ -13,6 +13,11 @@
|
|||
},
|
||||
"version": "0.14",
|
||||
"ksp_version": "1.3.1",
|
||||
"depends": [
|
||||
{
|
||||
"name": "TDProps"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "GameData/NAR_MEM",
|
||||
|
|
Loading…
Reference in New Issue