Swaps out "suggests" for "recommends"
After feedback from Dazpoet, this seems to be the right way to go. Since suggestions are opt-in and recommends are opt-out, this gives the flexibility of chosing one or both of MechJeb and Kerbal Engineer Redux without forcing either, or making the user hunt for them.
This commit is contained in:
parent
aba37fefc5
commit
6dcbe2a295
|
@ -9,7 +9,7 @@
|
|||
"license" : "GPL-3.0",
|
||||
"download": "http://addons-origin.cursecdn.com/files/2235/984/MechJebAndEngineerForAll-v1.2.0.0.zip",
|
||||
"depends": [{ "name": "ModuleManager" }],
|
||||
"suggests":[
|
||||
"recommends":[
|
||||
{ "name": "MechJeb2" },
|
||||
{ "name": "KerbalEngineerRedux" }],
|
||||
"install": [ {"file": "MechJebAndEngineerForAll.cfg",
|
||||
|
|
Loading…
Reference in New Issue