"NetKAN generated mods - AutoAction-1.2"
This commit is contained in:
parent
e2f008fb9f
commit
694e121c44
|
@ -1,34 +1,39 @@
|
||||||
{
|
{
|
||||||
"spec_version": 1,
|
"spec_version": 1,
|
||||||
"identifier": "AutoAction",
|
"identifier": "AutoAction",
|
||||||
"name": "Auto Action",
|
"name": "Auto Action",
|
||||||
"abstract": "Automatically activate action groups (and RCS/SAS) on vessel launch",
|
"abstract": "Automatically activate action groups (and RCS/SAS) on vessel launch",
|
||||||
"license": "GPL-3.0",
|
"author": "Diazo",
|
||||||
"release_status": "stable",
|
"license": "GPL-3.0",
|
||||||
"ksp_version": "0.90",
|
"release_status": "stable",
|
||||||
"author": "Diazo",
|
"resources": {
|
||||||
"depends": [
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/101994",
|
||||||
{
|
"repository": "https://github.com/SirDiazo/AutoAction"
|
||||||
"name": "ModuleManager"
|
},
|
||||||
}
|
"version": "1.2",
|
||||||
],
|
"ksp_version": "0.90",
|
||||||
"suggests": [
|
"depends": [
|
||||||
{
|
{
|
||||||
"name": "Toolbar"
|
"name": "ModuleManager"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"resources": {
|
"suggests": [
|
||||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/101994",
|
{
|
||||||
"repository": "https://github.com/SirDiazo/AutoAction"
|
"name": "Toolbar"
|
||||||
},
|
}
|
||||||
"install": [
|
],
|
||||||
{
|
"install": [
|
||||||
"file": "GameData/Diazo",
|
{
|
||||||
"install_to": "GameData"
|
"file": "GameData/Diazo",
|
||||||
}
|
"install_to": "GameData"
|
||||||
],
|
}
|
||||||
"version": "1.2",
|
],
|
||||||
"download": "https://github.com/SirDiazo/AutoAction/releases/download/1.2/AutoActions12.zip",
|
"download": "https://github.com/SirDiazo/AutoAction/releases/download/1.2/AutoActions12.zip",
|
||||||
"x_generated_by": "netkan",
|
"download_size": 16013,
|
||||||
"download_size": 16013
|
"download_hash": {
|
||||||
|
"sha1": "48A5CFF17A6D029723BD75B376DD21551BC13689",
|
||||||
|
"sha256": "FDD91E7DB313F0F10B308A303D71EDAE7BD57BAAB3F404F9C10E361CA608DA1D"
|
||||||
|
},
|
||||||
|
"download_content_type": "application/zip",
|
||||||
|
"x_generated_by": "netkan"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue