Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
d4977859f8
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "NearFutureSpacecraft-OrbitalLFOEngines",
|
||||
"name": "Near Future Spacecraft - LFO Engines",
|
||||
"abstract": "Convertes the monopropellant-based orbital engines in NF Spacecraft to use Liquid Fuel/Oxidizer",
|
||||
"author": "Nertea",
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/155465-16x-near-future-technologies-16x-fixes-jan-21/",
|
||||
"spacedock": "https://spacedock.info/mod/708/Near%20Future%20Spacecraft",
|
||||
"repository": "https://github.com/ChrisAdderley/NearFutureSpacecraft",
|
||||
"x_screenshot": "https://spacedock.info/content/Nertea_200/Near_Future_Spacecraft/Near_Future_Spacecraft-1463532778.5485678.png"
|
||||
},
|
||||
"version": "1.2.2",
|
||||
"ksp_version_min": "1.6.0",
|
||||
"ksp_version_max": "1.6.99",
|
||||
"depends": [
|
||||
{
|
||||
"name": "NearFutureSpacecraft"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "OrbitalLFOEngines",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/708/Near%20Future%20Spacecraft/download/1.2.2",
|
||||
"download_size": 91138996,
|
||||
"download_hash": {
|
||||
"sha1": "F697A0281A024AECC540ADAE1C2E304D4105862E",
|
||||
"sha256": "65B8708F4224193AF8069340670102573209403C8140609BC9584E85C6280E34"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -2,11 +2,11 @@
|
|||
"spec_version": "v1.4",
|
||||
"identifier": "NearFutureSpacecraft",
|
||||
"name": "Near Future Spacecraft",
|
||||
"abstract": "Stylish spacecraft parts in a stockalike style",
|
||||
"abstract": "New command pods, control systems and engines for crewed spacecraft",
|
||||
"author": "Nertea",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"license": "restricted",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/155465-122-near-future-technologies-122-update-for-nf-spacecraft/&page=1",
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/155465-16x-near-future-technologies-16x-fixes-jan-21/",
|
||||
"spacedock": "https://spacedock.info/mod/708/Near%20Future%20Spacecraft",
|
||||
"repository": "https://github.com/ChrisAdderley/NearFutureSpacecraft",
|
||||
"x_screenshot": "https://spacedock.info/content/Nertea_200/Near_Future_Spacecraft/Near_Future_Spacecraft-1463532778.5485678.png"
|
||||
|
@ -20,6 +20,9 @@
|
|||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
|
@ -39,7 +42,7 @@
|
|||
"name": "NearFutureSolar"
|
||||
},
|
||||
{
|
||||
"name": "StationPartsExpansion"
|
||||
"name": "StationPartsExpansionRedux"
|
||||
}
|
||||
],
|
||||
"supports": [
|
||||
|
|
Loading…
Reference in New Issue