1
0
mirror of https://github.com/KSP-CKAN/CKAN-meta.git synced 2024-10-13 00:59:46 +00:00
CKAN-meta/MechJebFARExt/MechJebFARExt-1.0.0.ckan
Paul Fenwick 953b1d2078 MechJebFARExt requires *at least* FAR v0.15.2
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).
2015-06-29 13:05:11 +10:00

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"
}