Merge pull request #985 from KSP-CKAN/NFS-Core

Add NearFutureSolar-Core
This commit is contained in:
Arne 2016-02-26 10:42:43 +01:00
commit cdc08fca1f
2 changed files with 31 additions and 1 deletions

View File

@ -0,0 +1,24 @@
{
"spec_version": "v1.4",
"identifier": "NearFutureSolar-Core",
"name": "Near Future Solar Core",
"abstract": "This is the Near Future Solar plugin stand-alone, for adding functionality to other mods. It contains no parts and does nothing by itself.",
"author": "Nertea",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/52042-0-21",
"repository": "https://github.com/ChrisAdderley/NearFutureSolar"
},
"version": "0.5.5",
"ksp_version": "1.0.5",
"install": [
{
"file": "GameData/NearFutureSolar/Plugins/NearFutureSolar.dll",
"install_to": "GameData/NearFutureSolar/Plugins"
}
],
"download": "http://i.52k.de/kspmods/storage/Nertea_3884/Near_Future_Solar/Near_Future_Solar-0.5.5.zip",
"download_size": 3099477,
"x_generated_by": "netkan"
}

View File

@ -14,6 +14,11 @@
},
"version": "0.5.5",
"ksp_version": "1.0.5",
"depends": [
{
"name": "NearFutureSolar-Core"
}
],
"suggests": [
{
"name": "CommunityTechTree"
@ -34,7 +39,8 @@
"install": [
{
"find": "NearFutureSolar",
"install_to": "GameData"
"install_to": "GameData",
"filter": "NearFutureSolar.dll"
}
],
"download": "http://i.52k.de/kspmods/storage/Nertea_3884/Near_Future_Solar/Near_Future_Solar-0.5.5.zip",