'NetKAN generated mods - RealFuels/RealFuels-rf-v10.0.ckan'

This commit is contained in:
NetKAN inflator Robot 2015-05-29 16:30:32 +00:00
parent dac3ffba2f
commit 6a9162cdeb
1 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,60 @@
{
"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": "1.0.2",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/64118",
"repository": "https://github.com/NathanKell/ModularFuelSystem"
},
"install": [
{
"file": "RealFuels",
"install_to": "GameData",
"filter": ".DS_Store"
}
],
"depends": [
{
"name": "ModuleManager"
},
{
"name": "RealFuels-Engine-Configs"
},
{
"name": "CommunityResourcePack"
},
{
"name": "SolverEngines"
}
],
"conflicts": [
{
"name": "ModularFuelSystem"
},
{
"name": "ModularFuelTanks"
}
],
"recommends": [
{
"name": "CrossFeedEnabler"
}
],
"suggests": [
{
"name": "EngineIgnitor"
}
],
"version": "rf-v10.0",
"download": "https://github.com/NathanKell/ModularFuelSystem/releases/download/rf-v10.0/RealFuels_v10.0.zip",
"x_generated_by": "netkan",
"download_size": 257124
}