Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
1c596631e4
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "AstronikiSunflareforScatterer",
|
||||
"name": "Astroniki Sunflare for Scatterer",
|
||||
"abstract": "Changes sunflare provided with scatterer to a nicer, more realistic one.",
|
||||
"author": "Thomassino",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/134130-105-scatterer-addon-astroniki-sunflare-for-scatterer/",
|
||||
"spacedock": "https://spacedock.info/mod/408/Astroniki%20Sunflare%20for%20Scatterer",
|
||||
"x_screenshot": "https://spacedock.info/content/Thomassino_2081/Astroniki_Sunflare_for_Scatterer/Astroniki_Sunflare_for_Scatterer-1462797910.416716.png"
|
||||
},
|
||||
"version": "1.2",
|
||||
"ksp_version": "1.2.0",
|
||||
"provides": [
|
||||
"Scatterer-sunflare"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "Scatterer"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "Scatterer-sunflare"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "Sunflares",
|
||||
"install_to": "GameData/scatterer/config"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/408/Astroniki%20Sunflare%20for%20Scatterer/download/1.2",
|
||||
"download_size": 2548616,
|
||||
"download_hash": {
|
||||
"sha1": "053ECA0266C276B8CF40F68D04D923C6CCA44D60",
|
||||
"sha256": "B5B7D6962FCFA22B363A59C928CB5DE28B9923171B7787C6AC7A24D87F4D4232"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "Scatterer-sunflare",
|
||||
"name": "scatterer - sunflare",
|
||||
"abstract": "The sunflare component of scatterer",
|
||||
"author": "blackrack",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "development",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/103963-wip-scatterer-atmospheric-scattering",
|
||||
"spacedock": "https://spacedock.info/mod/141/scatterer",
|
||||
"repository": "https://github.com/LGhassen/Scatterer",
|
||||
"x_screenshot": "https://spacedock.info/content/blackrack_378/scatterer/scatterer-1456285817.4561393.jpg"
|
||||
},
|
||||
"version": "2:v0.0256",
|
||||
"ksp_version": "1.2.0",
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "Scatterer-sunflare"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "Sunflares",
|
||||
"install_to": "GameData/scatterer/config"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/141/scatterer/download/0.0256",
|
||||
"download_size": 31859635,
|
||||
"download_hash": {
|
||||
"sha1": "212E2A68011C5E623628B1ECB7EF3ED81A9B4681",
|
||||
"sha256": "4BAB2776ABD5AA95BEF2CAAC070A62707C6F303A256A4751EFAEF575C120BBEE"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue