"NetKAN generated mods - RealFuels-rf-v10.4.1"
This commit is contained in:
parent
b3aab65648
commit
7b8f96388b
|
@ -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.1",
|
||||||
{
|
"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.1",
|
|
||||||
"download": "https://github.com/NathanKell/ModularFuelSystem/releases/download/rf-v10.4.1/RealFuels_v10.4.1.zip",
|
"download": "https://github.com/NathanKell/ModularFuelSystem/releases/download/rf-v10.4.1/RealFuels_v10.4.1.zip",
|
||||||
"x_generated_by": "netkan",
|
"download_size": 773756,
|
||||||
"download_size": 773756
|
"download_hash": {
|
||||||
|
"sha1": "8127AAE8E322F03BF8959E620769DCE33A755E1D",
|
||||||
|
"sha256": "86ADEE5F844BA4B73AAF85952AF65BD7B43F878BB559FE8A872F716F618425CB"
|
||||||
|
},
|
||||||
|
"download_content_type": "application/zip",
|
||||||
|
"x_generated_by": "netkan"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue