From 0f77c7fce86c7e5d098100f7aed1450766d8b4ce Mon Sep 17 00:00:00 2001 From: Myk Dowling Date: Thu, 5 May 2016 03:42:56 +1000 Subject: [PATCH] Add PreciseNode 1.2.3 for KSP 1.1.2 (#1144) --- PreciseNode/PreciseNode-1.2.3.ckan | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 PreciseNode/PreciseNode-1.2.3.ckan diff --git a/PreciseNode/PreciseNode-1.2.3.ckan b/PreciseNode/PreciseNode-1.2.3.ckan new file mode 100644 index 0000000000..3528c6422e --- /dev/null +++ b/PreciseNode/PreciseNode-1.2.3.ckan @@ -0,0 +1,25 @@ +{ + "spec_version" : 1, + "name" : "Precise Node", + "identifier" : "PreciseNode", + "abstract" : "Provides a more precise widget for maneuver node editing", + "author" : "blizzy78", + "download" : "https://www.blizzy.de/precise-node/PreciseNode-1.2.3.zip", + "license" : "BSD-2-clause", + "version" : "1.2.3", + "release_status" : "stable", + "ksp_version" : "1.1.2", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/47863", + "github" : { + "url" : "https://github.com/blizzy78/ksp-precisenode", + "releases" : true + } + }, + "install" : [ + { + "file" : "PreciseNode-1.2.3/GameData/PreciseNode", + "install_to" : "GameData" + } + ] +}