mirror of
https://github.com/KSP-CKAN/CKAN-meta.git
synced 2024-10-13 00:59:46 +00:00
This change means we're happy with any version of FAR from v0.15.2 *or later*, rather than insisting on v0.15.2 *exactly*. Attn @Sarbian in case we really *do* need an exact version (our user reports say that current FAR releases have been working fine).
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"
|
|
}
|