From c1a3310491b833f0fe35c311c31764c1019f2079 Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Sun, 3 May 2015 14:14:51 +0200 Subject: [PATCH] Add HotRockets for ksp 1.0.x --- HotRockets/HotRockets-1.0.ckan | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 HotRockets/HotRockets-1.0.ckan diff --git a/HotRockets/HotRockets-1.0.ckan b/HotRockets/HotRockets-1.0.ckan new file mode 100644 index 0000000000..e773382685 --- /dev/null +++ b/HotRockets/HotRockets-1.0.ckan @@ -0,0 +1,25 @@ +{ + "spec_version" : 1, + "name" : "HotRockets! Particle FX Replacement", + "abstract" : "Replacement for stock engine particle FX", + "identifier" : "HotRockets", + "download" : "http://addons-origin.cursecdn.com/files/2236/411/HotRockets_1.0x_CorePack_Nazari.zip", + "license" : "CC-BY-NC", + "author" : [ "Nazari1382" ], + "version" : "1.0", + "release_status" : "stable", + "ksp_version" : "1.0", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/65754" + }, + "install" : [ + { + "file" : "MP_Nazari", + "install_to" : "GameData" + } + ], + "depends" : [ + { "name" : "ModuleManager"}, + { "name" : "SmokeScreen" } + ] +}