Create MechJebFARExt-2015-06-06.ckan

This commit is contained in:
BasharMilesTeg 2015-06-10 01:17:16 +08:00
parent adc35824ea
commit 7d2876830b
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
{
"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",
"release_status": "stable",
"ksp_version": "1.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/60933"
},
"depends": [
{
"name": "MechJeb2"
},
{
"name": "FerramAerospaceResearch",
"version": "v0.15.2_Ferri"
}
],
"install": [
{
"file": "GameData/MechJeb2/Plugins/MechJebFARExt.dll",
"install_to": "GameData/MechJeb2/Plugins/"
}
],
"version": "2015-06-06",
"download": "https://www.sarbian.com/sarbian/MechJebFARExt.zip"
}