"NetKAN generated mods - RCSLandAid-3.1a"
This commit is contained in:
parent
35af4a49f7
commit
00647d558e
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "RCSLandAid",
|
||||
"name": "Horizontal Landing Aid",
|
||||
"abstract": "Kill your horizontal velocity to land, or hover over a specific point on the ground",
|
||||
"author": "Diazo",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/85838",
|
||||
"repository": "https://github.com/SirDiazo/RCSLandAid"
|
||||
},
|
||||
"version": "3.1a",
|
||||
"ksp_version": "1.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Diazo",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/SirDiazo/RCSLandAid/releases/download/3.1a/RCSLandAid31a.zip",
|
||||
"download_size": 21432,
|
||||
"download_hash": {
|
||||
"sha1": "57347429F61BAF7DA8ED5C3006B68E313F5BC7E3",
|
||||
"sha256": "C5C96B132FD6BFB836A4CD3E2B065FD28AC0FE15582DEA6B94703A613410018A"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue