From 058d201a3f34cc54276c21c344f8d1c9bff69cc9 Mon Sep 17 00:00:00 2001 From: Paul Fenwick Date: Mon, 13 Oct 2014 03:30:19 +1100 Subject: [PATCH] Added RealFuels-7.4 Apparently this isn't yet compiled or 0.25, or maybe I'm missing something important at 3:30am. --- RealFuels-7.4.ckan | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 RealFuels-7.4.ckan diff --git a/RealFuels-7.4.ckan b/RealFuels-7.4.ckan new file mode 100644 index 0000000000..2ef7552aea --- /dev/null +++ b/RealFuels-7.4.ckan @@ -0,0 +1,43 @@ +{ + "spec_version" : 1, + "name" : "Real Fuels", + "abstract" : "Real fuels and tanks for KSP", + "identifier" : "RealFuels", + "download" : "https://github.com/NathanKell/ModularFuelSystem/releases/download/rf-v7.4/RealFuels_v7.4.zip", + "license" : "CC-BY-SA", + "authors" : [ "ialdabaoth", "NathanKell" ], + "version" : "7.4", + "release_status" : "stable", + "min_ksp" : "0.24.2", + "max_ksp" : "0.24.2", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/64118", + "github" : { + "url" : "https://github.com/NathanKell/ModularFuelSystem", + "releases" : true + } + }, + "install" : [ + { + "file" : "RealFuels", + "install_to" : "GameData" + }, + { + "file" : "TweakScale", + "install_to" : "GameData" + } + ], + "depends" : [ + { "name" : "ModuleManager", "min_version" : "2.4.5" } + ], + "conflicts" : [ + { "name" : "ModularFuelSystem" }, + { "name" : "ModularFuelTanks" } + ], + "recommends" : [ + { "name" : "CrossFeedEnabler" } + ], + "suggests" : [ + { "name" : "EngineIgnitor" } + ] +}