30 lines
831 B
Plaintext
30 lines
831 B
Plaintext
{
|
|
"spec_version": 1,
|
|
"identifier": "MechJebFARExt",
|
|
"name": "MechJeb Modules for FAR",
|
|
"abstract": "Basic support for FAR inside MJ. For now it only adds surface control info inside MJ.",
|
|
"license": "GPL-3.0",
|
|
"author": "Sarbian",
|
|
"ksp_version": "1.0",
|
|
"resources": {
|
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/60933"
|
|
},
|
|
"depends": [
|
|
{
|
|
"name": "MechJeb2"
|
|
},
|
|
{
|
|
"name": "FerramAerospaceResearch",
|
|
"min_version": "v0.15.2_Ferri"
|
|
}
|
|
],
|
|
"install": [
|
|
{
|
|
"file": "GameData/MechJeb2/Plugins/MechJebFARExt.dll",
|
|
"install_to": "GameData/MechJeb2/Plugins/"
|
|
}
|
|
],
|
|
"version": "1.0.0",
|
|
"download": "https://www.sarbian.com/sarbian/MechJebFARExt_1.0.0.zip"
|
|
}
|