From 3b5425d81b09f62113807c038ceed07bed72b2b5 Mon Sep 17 00:00:00 2001 From: MisterInSayne Date: Wed, 8 Apr 2015 13:57:21 +0200 Subject: [PATCH 1/4] Adding Seti-Greenhouse as Issue;#352 --- SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN diff --git a/SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN b/SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN new file mode 100644 index 0000000000..8d7d911369 --- /dev/null +++ b/SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN @@ -0,0 +1,15 @@ +{ + "identifier": "SETI-Greenhouse", + "spec_version": 1, + "license": "CC-BY-NC-SA-3.0 ", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/114133-0-90-SETI-Greenhouse", + "kerbalstuff": "https://kerbalstuff.com/mod/663/SETI-Greenhouse/" + }, + "ksp_version": "0.90", + "name": "SETI-Greenhouse", + "abstract": "The SETI-Greenhouse is a spinoff from the SETI-BalanceMod.", + "author": "Yemo", + "version": "0.9.0", + "download": "https://kerbalstuff.com/mod/663/SETI-Greenhouse/download/0.9.0" +} From 6d76592a05e80d9d9181a2e9f7280d10a67eea63 Mon Sep 17 00:00:00 2001 From: MisterInSayne Date: Wed, 8 Apr 2015 14:01:54 +0200 Subject: [PATCH 2/4] Update SETI-Greenhouse-0.9.0.CKAN --- SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN b/SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN index 8d7d911369..db61605d1c 100644 --- a/SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN +++ b/SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN @@ -1,7 +1,7 @@ { "identifier": "SETI-Greenhouse", "spec_version": 1, - "license": "CC-BY-NC-SA-3.0 ", + "license": "CC-BY-NC-SA-3.0", "resources": { "homepage": "http://forum.kerbalspaceprogram.com/threads/114133-0-90-SETI-Greenhouse", "kerbalstuff": "https://kerbalstuff.com/mod/663/SETI-Greenhouse/" From a6028c9dcbd5750f637d4032c1be6b12247db0b9 Mon Sep 17 00:00:00 2001 From: MisterInSayne Date: Wed, 8 Apr 2015 14:12:34 +0200 Subject: [PATCH 3/4] Update SETI-Greenhouse-0.9.0.CKAN --- SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN b/SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN index db61605d1c..689599cde7 100644 --- a/SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN +++ b/SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN @@ -6,6 +6,12 @@ "homepage": "http://forum.kerbalspaceprogram.com/threads/114133-0-90-SETI-Greenhouse", "kerbalstuff": "https://kerbalstuff.com/mod/663/SETI-Greenhouse/" }, + "install": [ + { + "file": "SETIgreenhouse", + "install_to": "GameData" + } + ], "ksp_version": "0.90", "name": "SETI-Greenhouse", "abstract": "The SETI-Greenhouse is a spinoff from the SETI-BalanceMod.", From 14df317b03261d807742626959f0bda781718ae1 Mon Sep 17 00:00:00 2001 From: MisterInSayne Date: Wed, 8 Apr 2015 14:14:04 +0200 Subject: [PATCH 4/4] Update SETI-Greenhouse-0.9.0.CKAN --- SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN b/SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN index 689599cde7..73bad77558 100644 --- a/SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN +++ b/SETI-Greenhouse/SETI-Greenhouse-0.9.0.CKAN @@ -12,6 +12,9 @@ "install_to": "GameData" } ], + "depends" : [ + {"name" : "ModuleManager"} + ], "ksp_version": "0.90", "name": "SETI-Greenhouse", "abstract": "The SETI-Greenhouse is a spinoff from the SETI-BalanceMod.",