NetKAN generated mods - RCSLandAid-2.1

This commit is contained in:
NetKAN bot 2014-12-22 11:49:47 -05:00
parent 329614a34f
commit 97202be1c9
1 changed files with 19 additions and 8 deletions

View File

@ -1,18 +1,29 @@
{ {
"spec_version": 1, "spec_version": 1,
"identifier": "RCSLandAid", "identifier": "RCSLandAid",
"x_netkan_license_ok": true, "name": "Landing Aid",
"abstract": "Kill your horizontal velocity to land, or hover over a specific point on the ground",
"license": "GPL-3.0",
"release_status": "stable",
"ksp_version": "any",
"author": "Diazo",
"suggests": [
{
"name": "Toolbar"
}
],
"resources": { "resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/85838", "homepage": "http://forum.kerbalspaceprogram.com/threads/85838",
"kerbalstuff": "https://kerbalstuff.com/mod/412/RCS%20Land%20Aid" "repository": "https://github.com/SirDiazo/RCSLandAid"
}, },
"ksp_version": "0.90", "install": [
"name": "RCS Land Aid", {
"license": "GPL-3.0", "file": "GameData/Diazo",
"abstract": "Kills your horizontal velocity before landing, or hover over a selected point on the ground.", "install_to": "GameData"
"author": "Teonlight", }
],
"version": "2.1", "version": "2.1",
"download": "https://kerbalstuff.com/mod/412/RCS%20Land%20Aid/download/2.1", "download": "https://github.com/SirDiazo/RCSLandAid/releases/download/2.1/RCSLandAid21.zip",
"x_generated_by": "netkan", "x_generated_by": "netkan",
"download_size": 15591 "download_size": 15591
} }