"NetKAN generated mods - RealFuels-rf-v10.4.2"
This commit is contained in:
parent
ce82593f1c
commit
f97500f207
|
@ -1,27 +1,21 @@
|
||||||
{
|
{
|
||||||
"spec_version": 1,
|
"spec_version": 1,
|
||||||
|
"identifier": "RealFuels",
|
||||||
"name": "Real Fuels",
|
"name": "Real Fuels",
|
||||||
"abstract": "Real fuels and tanks for KSP",
|
"abstract": "Real fuels and tanks for KSP",
|
||||||
"identifier": "RealFuels",
|
|
||||||
"license": "CC-BY-SA",
|
|
||||||
"author": [
|
"author": [
|
||||||
"ialdabaoth",
|
"ialdabaoth",
|
||||||
"NathanKell",
|
"NathanKell",
|
||||||
"taniwha"
|
"taniwha"
|
||||||
],
|
],
|
||||||
|
"license": "CC-BY-SA",
|
||||||
"release_status": "stable",
|
"release_status": "stable",
|
||||||
"ksp_version": "1.0.4",
|
|
||||||
"resources": {
|
"resources": {
|
||||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/64118",
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/64118",
|
||||||
"repository": "https://github.com/NathanKell/ModularFuelSystem"
|
"repository": "https://github.com/NathanKell/ModularFuelSystem"
|
||||||
},
|
},
|
||||||
"install": [
|
"version": "rf-v10.4.2",
|
||||||
{
|
"ksp_version": "1.0.4",
|
||||||
"file": "RealFuels",
|
|
||||||
"install_to": "GameData",
|
|
||||||
"filter": ".DS_Store"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"depends": [
|
"depends": [
|
||||||
{
|
{
|
||||||
"name": "ModuleManager"
|
"name": "ModuleManager"
|
||||||
|
@ -36,6 +30,11 @@
|
||||||
"name": "SolverEngines"
|
"name": "SolverEngines"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"recommends": [
|
||||||
|
{
|
||||||
|
"name": "CrossFeedEnabler"
|
||||||
|
}
|
||||||
|
],
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
{
|
{
|
||||||
"name": "ModularFuelSystem"
|
"name": "ModularFuelSystem"
|
||||||
|
@ -56,13 +55,19 @@
|
||||||
"name": "EngineIgnitor"
|
"name": "EngineIgnitor"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"recommends": [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "CrossFeedEnabler"
|
"file": "RealFuels",
|
||||||
|
"install_to": "GameData",
|
||||||
|
"filter": ".DS_Store"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": "rf-v10.4.2",
|
|
||||||
"download": "https://github.com/NathanKell/ModularFuelSystem/releases/download/rf-v10.4.2/RealFuels_v10.4.2.zip",
|
"download": "https://github.com/NathanKell/ModularFuelSystem/releases/download/rf-v10.4.2/RealFuels_v10.4.2.zip",
|
||||||
"x_generated_by": "netkan",
|
"download_size": 773776,
|
||||||
"download_size": 773776
|
"download_hash": {
|
||||||
|
"sha1": "ACFD875332756699C9D9EABA5D8C1A984EA14C18",
|
||||||
|
"sha256": "98514346F5C7A3BCE5652BA329ACC503C84A0AE84D85EA0C7909C1837A084B5F"
|
||||||
|
},
|
||||||
|
"download_content_type": "application/zip",
|
||||||
|
"x_generated_by": "netkan"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue