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" } + ] +}