NetKAN generated mods - RealFuels-rf-v8.2

This commit is contained in:
NetKAN bot 2014-12-11 01:09:58 -05:00
parent 6d4f77e017
commit 4ee5817e05
1 changed files with 57 additions and 0 deletions

57
RealFuels-rf-v8.2.ckan Normal file
View File

@ -0,0 +1,57 @@
{
"spec_version": 1,
"name": "Real Fuels",
"abstract": "Real fuels and tanks for KSP",
"identifier": "RealFuels",
"license": "CC-BY-SA",
"author": [
"ialdabaoth",
"NathanKell"
],
"release_status": "stable",
"ksp_version": "0.25",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/64118",
"repository": "https://github.com/NathanKell/ModularFuelSystem"
},
"install": [
{
"file": "RealFuels",
"install_to": "GameData"
},
{
"file": "TweakScale",
"install_to": "GameData"
}
],
"depends": [
{
"name": "ModuleManager"
},
{
"name": "RealFuels-Engine-Configs"
}
],
"conflicts": [
{
"name": "ModularFuelSystem"
},
{
"name": "ModularFuelTanks"
}
],
"recommends": [
{
"name": "CrossFeedEnabler"
}
],
"suggests": [
{
"name": "EngineIgnitor"
}
],
"version": "rf-v8.2",
"download": "https://github.com/NathanKell/ModularFuelSystem/releases/download/rf-v8.2/RealFuels_v8.2.zip",
"x_generated_by": "netkan",
"download_size": 1947508
}