Added AJE 1.6.

Also renamed AJE 1.5
This commit is contained in:
Paul Fenwick 2014-10-13 03:03:56 +11:00
parent e2bc9a87f9
commit af7e730af1
2 changed files with 33 additions and 0 deletions

33
AJE-1.6.ckan Normal file
View File

@ -0,0 +1,33 @@
{
"spec_version": 1,
"name" : "Advanced Jet Engine (AJE)",
"abstract" : "Realistic jet engines for KSP",
"identifier": "AJE",
"download" : "https://github.com/camlost2/AJE/archive/1.6.zip",
"license" : "LGPLv2.1",
"version" : "1.6",
"release_status" : "stable",
"min_ksp" : "0.25.0",
"max_ksp" : "0.25.9",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/70008",
"github" : {
"url" : "https://github.com/camlost2/AJE",
"releases" : true
}
},
"install" : [
{
"file" : "AJE-1.6/GameData",
"install_to" : "GameData"
}
],
"depends" : [
{ "name" : "FerramAerospaceResearch" }
{ "name" : "ModuleManager", "min_version" : "2.3.5" }
],
"recommends" : [
{ "name" : "RealFuels" },
{ "name" : "HotRockets" }
],
}