From 812d1e88223978626be843c50ef6731e04096ce1 Mon Sep 17 00:00:00 2001 From: Paul Fenwick <pjf@perltraining.com.au> Date: Tue, 17 Mar 2015 19:58:01 +1100 Subject: [PATCH] Manual add of ExtraPlanetaryLaunchpads 5.1.2 --- .../Extraplanetary-Launchpads-5.1.2.ckan | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ExtraPlanetaryLaunchpads/Extraplanetary-Launchpads-5.1.2.ckan diff --git a/ExtraPlanetaryLaunchpads/Extraplanetary-Launchpads-5.1.2.ckan b/ExtraPlanetaryLaunchpads/Extraplanetary-Launchpads-5.1.2.ckan new file mode 100644 index 0000000000..358279ad66 --- /dev/null +++ b/ExtraPlanetaryLaunchpads/Extraplanetary-Launchpads-5.1.2.ckan @@ -0,0 +1,33 @@ +{ + "spec_version" : 1, + "name" : "Extraplanetary Launchpads", + "abstract" : "Adds the ability to build crafts in flight mode to your game.", + "identifier" : "ExtraPlanetaryLaunchpads", + "download" : "http://taniwha.org/~bill/Extraplanetary_Launchpads_v5.1.2.zip", + "version" : "5.1.2", + "author" : "taniwha", + "license" : "GPL-3.0", + "release_status" : "stable", + "ksp_version" : "0.90", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/59545", + "repository" : "https://github.com/taniwha-qf/Extraplanetary-Launchpads" + }, + "depends" : [ + {"name" : "ModuleManager"}, + {"name" : "Toolbar"} + ], + "recommends" : [ + {"name" : "KerbalStats"}, + {"name" : "KAS"}, + {"name" : "InfernalRobotics"}, + {"name" : "Kethane"} + ], + "install" : [ + { + "file" : "ExtraplanetaryLaunchpads", + "install_to" : "GameData", + "filter" : "Ships" + } + ] +}