Added RealFuels-7.4

Apparently this isn't yet compiled or 0.25, or maybe I'm missing
something important at 3:30am.
This commit is contained in:
Paul Fenwick 2014-10-13 03:30:19 +11:00
parent d54d9bd5ee
commit 058d201a3f
1 changed files with 43 additions and 0 deletions

43
RealFuels-7.4.ckan Normal file
View File

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