From eb85fa1b24482c10c3c7099ec5aba1ed262f777c Mon Sep 17 00:00:00 2001 From: Kevin Puetz Date: Wed, 17 Dec 2014 19:48:11 -0600 Subject: [PATCH] Add ckan for KAS 0.4.10 (KSP 0.90 support) --- KAS-0.4.10.ckan | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 KAS-0.4.10.ckan diff --git a/KAS-0.4.10.ckan b/KAS-0.4.10.ckan new file mode 100644 index 0000000000..4c6eba2e82 --- /dev/null +++ b/KAS-0.4.10.ckan @@ -0,0 +1,15 @@ +{ + "spec_version" : 1, + "name" : "Kerbal Attachment System", + "identifier" : "KAS", + "abstract" : "KAS introduces new gameplay mechanics by adding winches, containers, dynamic struts/pipes and grabbable & attachable parts.", + "download" : "http://kerbal.curseforge.com/ksp-mods/223900-kerbal-attachment-system-kas/files/2222185/download", + "license" : "restricted", + "author" : [ "KospY", "Winn75", "zzz", "Majiir", "a.g." ], + "version" : "0.4.10", + "release_status" : "stable", + "ksp_version" : "0.90", + "depends" : [ + {"name" : "ModuleManager"} + ] +}