From aba37fefc5c9285e97501ca938b54295b8b9bc77 Mon Sep 17 00:00:00 2001 From: John West Date: Thu, 7 May 2015 20:48:53 -0400 Subject: [PATCH] Make MechJeb2 and KerbalEngineerRedux suggestions. This module will work with either installed, and will not break in the extreme case that neither are installed. --- MechJebForAll/MechJebForAll-1.2.0.0.ckan | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MechJebForAll/MechJebForAll-1.2.0.0.ckan b/MechJebForAll/MechJebForAll-1.2.0.0.ckan index 7d9a34d549..15403de1fc 100644 --- a/MechJebForAll/MechJebForAll-1.2.0.0.ckan +++ b/MechJebForAll/MechJebForAll-1.2.0.0.ckan @@ -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" }