Make MechJeb2 and KerbalEngineerRedux suggestions.

This module will work with either installed, and will not break in the
extreme case that neither are installed.
This commit is contained in:
John West 2015-05-07 20:48:53 -04:00
parent 6ed729f046
commit aba37fefc5
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@
"ksp_version" : "1.0",
"license" : "GPL-3.0",
"download": "http://addons-origin.cursecdn.com/files/2235/984/MechJebAndEngineerForAll-v1.2.0.0.zip",
"depends": [
"depends": [{ "name": "ModuleManager" }],
"suggests":[
{ "name": "MechJeb2" },
{ "name": "ModuleManager" },
{ "name": "KerbalEngineerRedux" }],
"install": [ {"file": "MechJebAndEngineerForAll.cfg",
"install_to": "GameData" }