From f0d003f630e8a1bf1709072e777592708b7e047f Mon Sep 17 00:00:00 2001 From: leila Date: Sun, 16 Nov 2014 09:41:20 +0100 Subject: [PATCH] Added EditorExtensions --- EditorExtensions.ckan | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 EditorExtensions.ckan diff --git a/EditorExtensions.ckan b/EditorExtensions.ckan new file mode 100644 index 0000000000..f61ecbc562 --- /dev/null +++ b/EditorExtensions.ckan @@ -0,0 +1,15 @@ +{ + "spec_version" : 1, + "name" : "Editor Extensions", + "abstract" : "Adds the ability to build crafts in flight mode to your game.", + "identifier" : "EditorExtensions", + "download" : "https://github.com/MachXXV/EditorExtensions/raw/master/Releases/EditorExtensions_v1.4.zip", + "author" : "MachXXV", + "license" : "MIT", + "release_status" : "stable", + "version" : "1.4", + "ksp_version" : "0.25", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/38768" + } +}