From b391e7014ef8d0eb01138f27b53842df4287602d Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Thu, 12 Mar 2015 13:53:18 +0100 Subject: [PATCH 1/2] Add MechJebForAll Requested here https://github.com/KSP-CKAN/NetKAN/issues/735 --- MechJebForAll/MechJebForAll-1.1.0.ckan | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 MechJebForAll/MechJebForAll-1.1.0.ckan diff --git a/MechJebForAll/MechJebForAll-1.1.0.ckan b/MechJebForAll/MechJebForAll-1.1.0.ckan new file mode 100644 index 0000000000..b56a167de4 --- /dev/null +++ b/MechJebForAll/MechJebForAll-1.1.0.ckan @@ -0,0 +1,18 @@ +{ +"spec_version": 1, +"identifier" : "MechJebForAll", +"name" : "MechJeb and Engineer for all!", +"author" : [ "nadseh" ], +"version" : "1.1.0", +"abstract" : "Automatically includes a MechJeb computer, Flight Engineer and Build Engineer on any craft that includes a probe core or a command module.", +"ksp_version" : "0.90", +"license" : "GPL-3.0", +"download": "http://addons.curse.cursecdn.com/files/2225/270/MechJebAndEngineerForAll-v1.1.0.0.zip", +"depends": [ +{ "name": "MechJeb2" }, +{ "name": "ModuleManager" }, +{ "name": "KerbalEngineerRedux" }], +"install": [ {"file": "MechJebAndEngineerForAll.cfg", + "install_to": "GameData" } +] +} \ No newline at end of file From 0b0a60914c8bf2a97d0ac3ece161b985de0db65f Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Thu, 12 Mar 2015 13:56:55 +0100 Subject: [PATCH 2/2] Adding newline at end of file --- MechJebForAll/MechJebForAll-1.1.0.ckan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MechJebForAll/MechJebForAll-1.1.0.ckan b/MechJebForAll/MechJebForAll-1.1.0.ckan index b56a167de4..e8e01a435c 100644 --- a/MechJebForAll/MechJebForAll-1.1.0.ckan +++ b/MechJebForAll/MechJebForAll-1.1.0.ckan @@ -15,4 +15,4 @@ "install": [ {"file": "MechJebAndEngineerForAll.cfg", "install_to": "GameData" } ] -} \ No newline at end of file +}