"NetKAN generated mods - RealFuels-rf-v10.0"
This commit is contained in:
parent
36a02cf0ff
commit
eec80d4442
|
@ -1,26 +1,20 @@
|
||||||
{
|
{
|
||||||
"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"
|
||||||
],
|
],
|
||||||
|
"license": "CC-BY-SA",
|
||||||
"release_status": "stable",
|
"release_status": "stable",
|
||||||
"ksp_version": "1.0.2",
|
|
||||||
"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.0",
|
||||||
{
|
"ksp_version": "1.0.2",
|
||||||
"file": "RealFuels",
|
|
||||||
"install_to": "GameData",
|
|
||||||
"filter": ".DS_Store"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"depends": [
|
"depends": [
|
||||||
{
|
{
|
||||||
"name": "ModuleManager"
|
"name": "ModuleManager"
|
||||||
|
@ -35,14 +29,6 @@
|
||||||
"name": "SolverEngines"
|
"name": "SolverEngines"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"conflicts": [
|
|
||||||
{
|
|
||||||
"name": "ModularFuelSystem"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ModularFuelTanks"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"recommends": [
|
"recommends": [
|
||||||
{
|
{
|
||||||
"name": "CrossFeedEnabler"
|
"name": "CrossFeedEnabler"
|
||||||
|
@ -53,8 +39,27 @@
|
||||||
"name": "EngineIgnitor"
|
"name": "EngineIgnitor"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": "rf-v10.0",
|
"conflicts": [
|
||||||
|
{
|
||||||
|
"name": "ModularFuelSystem"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ModularFuelTanks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"install": [
|
||||||
|
{
|
||||||
|
"file": "RealFuels",
|
||||||
|
"install_to": "GameData",
|
||||||
|
"filter": ".DS_Store"
|
||||||
|
}
|
||||||
|
],
|
||||||
"download": "https://github.com/NathanKell/ModularFuelSystem/releases/download/rf-v10.0/RealFuels_v10.0.zip",
|
"download": "https://github.com/NathanKell/ModularFuelSystem/releases/download/rf-v10.0/RealFuels_v10.0.zip",
|
||||||
"x_generated_by": "netkan",
|
"download_size": 257124,
|
||||||
"download_size": 257124
|
"download_hash": {
|
||||||
|
"sha1": "786F39909E6D042FCCAD26B5472C42425610320D",
|
||||||
|
"sha256": "18E685957E597248D20E30A8384D3311FE2F7C8FDF9387958AF8B094AF9D24CE"
|
||||||
|
},
|
||||||
|
"download_content_type": "application/zip",
|
||||||
|
"x_generated_by": "netkan"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue