From 6dda6ae4d26db8140fb4a3268f6a19756d3e0003 Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Wed, 20 May 2015 20:20:52 +0200 Subject: [PATCH 1/2] Add new version of PartWizard from curse --- PartWizard/PartWizard-1.2.1.ckan | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 PartWizard/PartWizard-1.2.1.ckan diff --git a/PartWizard/PartWizard-1.2.1.ckan b/PartWizard/PartWizard-1.2.1.ckan new file mode 100644 index 0000000000..54ffebd390 --- /dev/null +++ b/PartWizard/PartWizard-1.2.1.ckan @@ -0,0 +1,20 @@ +{ + "spec_version" : 1, + "name" : "Part Wizard", + "identifier" : "PartWizard", + "abstract" : "Part Wizard is a vehicle design utility plugin that adds a few conveniences when building your next strut/booster carrier.", + "download" : "http://addons-origin.cursecdn.com/files/2237/849/PartWizard_1.2.1.zip", + "license" : "BSD-2-clause", + "author" : [ "ozraven" ], + "version" : "1.2.1", + "release_status" : "stable", + "ksp_version" : "1.0.2", + "depends" : [ + { "name" : "Toolbar" } + ], + "resources": { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/80124", + "x_curse" : "http://kerbal.curseforge.com/ksp-mods/220530-part-wizard" + }, + "x_maintained_by": "hakan42 - upon forum and ticket request" +} From f58f575b2db7fc0eaee00511b1445b893b1bdac0 Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Wed, 20 May 2015 20:41:39 +0200 Subject: [PATCH 2/2] No longer depends on Toolbar --- PartWizard/PartWizard-1.2.1.ckan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PartWizard/PartWizard-1.2.1.ckan b/PartWizard/PartWizard-1.2.1.ckan index 54ffebd390..06a5d2c3f2 100644 --- a/PartWizard/PartWizard-1.2.1.ckan +++ b/PartWizard/PartWizard-1.2.1.ckan @@ -9,7 +9,7 @@ "version" : "1.2.1", "release_status" : "stable", "ksp_version" : "1.0.2", - "depends" : [ + "recommends" : [ { "name" : "Toolbar" } ], "resources": {