Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
78baf76a92
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"spec_version": "v1.4",
|
||||||
|
"identifier": "BULB",
|
||||||
|
"name": "Bulb",
|
||||||
|
"abstract": "Allows the player to alter light colors in flight through a stock-alike interface on the right click menu.",
|
||||||
|
"author": "Alshain",
|
||||||
|
"license": "GPL-3.0",
|
||||||
|
"resources": {
|
||||||
|
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/149686-12-alshains-small-mods-bulb-advanced-tweakables-button/",
|
||||||
|
"spacedock": "https://spacedock.info/mod/552/Bulb",
|
||||||
|
"repository": "https://github.com/Alshain01/KSP-BULB",
|
||||||
|
"x_screenshot": "https://spacedock.info/content/Alshain_1014/Bulb/Bulb-1461259143.6523473.png"
|
||||||
|
},
|
||||||
|
"version": "1.3.3",
|
||||||
|
"ksp_version": "1.3.0",
|
||||||
|
"depends": [
|
||||||
|
{
|
||||||
|
"name": "ModuleManager",
|
||||||
|
"min_version": "2.6.22"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"install": [
|
||||||
|
{
|
||||||
|
"file": "AquilaEnterprises",
|
||||||
|
"install_to": "GameData"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"download": "https://spacedock.info/mod/552/Bulb/download/1.3.3",
|
||||||
|
"download_size": 66935,
|
||||||
|
"download_hash": {
|
||||||
|
"sha1": "9ADEFCE4E2BBDA2C1A1D048D194F8ECA99FDA0BC",
|
||||||
|
"sha256": "D0C07B45137F65CD7E1333468ED18751317B61BC449FE4D7830916B5AAAB643F"
|
||||||
|
},
|
||||||
|
"download_content_type": "application/zip",
|
||||||
|
"x_generated_by": "netkan"
|
||||||
|
}
|
|
@ -10,7 +10,7 @@
|
||||||
"x_screenshot": "https://spacedock.info/content/VITAS_150/SpaceLink/SpaceLink-1493582790.2893922.png"
|
"x_screenshot": "https://spacedock.info/content/VITAS_150/SpaceLink/SpaceLink-1493582790.2893922.png"
|
||||||
},
|
},
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"ksp_version": "1.2.2",
|
"ksp_version": "1.3.0",
|
||||||
"install": [
|
"install": [
|
||||||
{
|
{
|
||||||
"file": "SpaceLink.dll",
|
"file": "SpaceLink.dll",
|
||||||
|
|
Loading…
Reference in New Issue