Merge pull request #985 from KSP-CKAN/NFS-Core
Add NearFutureSolar-Core
This commit is contained in:
commit
cdc08fca1f
|
@ -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"
|
||||
}
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue