"NetKAN generated mods - AdvancedJetEngine-v2.5.4"
This commit is contained in:
parent
0c5b2a9e86
commit
31f705e231
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"comment": "The full path in the mod archive can change. I.e. it was AJE-2.0.3/GameData/AJE at some point. The CKAN needs to deal with this. Hence using 'find'",
|
||||
"identifier": "AdvancedJetEngine",
|
||||
"name": "Advanced Jet Engine",
|
||||
"abstract": "Realism for turbojet, turbofans, air-breathing rockets, propellers, and rotors in KSP.",
|
||||
"author": "camlost",
|
||||
"license": "LGPL-2.1",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/70008",
|
||||
"repository": "https://github.com/camlost2/AJE"
|
||||
},
|
||||
"version": "v2.5.4",
|
||||
"ksp_version": "1.0.5",
|
||||
"depends": [
|
||||
{
|
||||
"name": "FerramAerospaceResearch"
|
||||
},
|
||||
{
|
||||
"name": "SolverEngines"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "RealFuels"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "HotRockets"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "GameData/AJE",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/camlost2/AJE/releases/download/v2.5.4/Advanced_Jet_Engine-2.5.4.zip",
|
||||
"download_size": 562133,
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue