From 9678f160805fd88ed03714476533d97066bb554c Mon Sep 17 00:00:00 2001 From: Felger Date: Sat, 22 Nov 2014 03:07:43 -0600 Subject: [PATCH] Part Catalog Tested, installs correctly. --- PartCatalog.ckan | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 PartCatalog.ckan diff --git a/PartCatalog.ckan b/PartCatalog.ckan new file mode 100644 index 0000000000..e82438e710 --- /dev/null +++ b/PartCatalog.ckan @@ -0,0 +1,25 @@ +{ + "spec_version": 1, + "identifier": "PartCatalog", + "ksp_version": "0.25", + "resources": + { + "homepage": "http://forum.kerbalspaceprogram.com/threads/35018-0-25-PartCatalog-3-0-RC8-(2014-10-08)" + }, + "name" : "Part Catalog", + "license" : "CC-BY-SA-3.0", + "abstract": "The PartCatalog allows you categorize your parts into Tags in order to make your building experience less frustrating by reducing the time you're looking for that one part.", + "author" : "BlackNecro", + "version" : "3.0_RC8", + "download": "https://dl.dropboxusercontent.com/u/11467249/PartCatalog/PartCatalog3.0_RC8.zip", + "comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.", + "install" : + [{ + "file" : "KSPLua", + "install_to": "GameData" + }, + { + "file" : "PartCatalog", + "install_to": "GameData" + }] +} \ No newline at end of file