Merge pull request #841 from KSP-CKAN/PlanetShine

Add PlanetShine 0.2.4
This commit is contained in:
Matthew 2015-11-27 04:09:05 -05:00
commit a3d317f852
2 changed files with 71 additions and 0 deletions

View File

@ -0,0 +1,39 @@
{
"spec_version": "v1.4",
"identifier": "PlanetShine-Config-Default",
"name": "PlanetShine - Default configuration",
"abstract": "Planets and moons reflects their light to your vessel + other ambient light improvements",
"author": "Valerian",
"license": "Apache-2.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/96497",
"kerbalstuff": "https://kerbalstuff.com/mod/266/PlanetShine",
"repository": "https://github.com/valerian/ksp-planetshine",
"x_screenshot": "https://kerbalstuff.com/content/Valerian_2822/PlanetShine/PlanetShine.png"
},
"version": "0.2.4",
"ksp_version_min": "0.24.2",
"ksp_version_max": "1.0.5",
"provides": [
"PlanetShine-Config"
],
"depends": [
{
"name": "PlanetShine"
}
],
"conflicts": [
{
"name": "PlanetShine-Config"
}
],
"install": [
{
"find": "GameData/PlanetShine/Config",
"install_to": "GameData/PlanetShine"
}
],
"download": "https://kerbalstuff.com/mod/266/PlanetShine/download/0.2.4",
"download_size": 47078,
"x_generated_by": "netkan"
}

View File

@ -0,0 +1,32 @@
{
"spec_version": "v1.4",
"identifier": "PlanetShine",
"name": "PlanetShine",
"abstract": "Planets and moons reflects their light to your vessel + other ambient light improvements",
"author": "Valerian",
"license": "Apache-2.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/96497",
"kerbalstuff": "https://kerbalstuff.com/mod/266/PlanetShine",
"repository": "https://github.com/valerian/ksp-planetshine",
"x_screenshot": "https://kerbalstuff.com/content/Valerian_2822/PlanetShine/PlanetShine.png"
},
"version": "0.2.4",
"ksp_version_min": "0.24.2",
"ksp_version_max": "1.0.5",
"depends": [
{
"name": "PlanetShine-Config"
}
],
"install": [
{
"find": "GameData/PlanetShine",
"install_to": "GameData/PlanetShine",
"filter": "Config"
}
],
"download": "https://kerbalstuff.com/mod/266/PlanetShine/download/0.2.4",
"download_size": 47078,
"x_generated_by": "netkan"
}