"NetKAN generated mods - RealFuels-rf-v10.2"
This commit is contained in:
parent
1d39244bf6
commit
4cdb97b95a
|
@ -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.2",
|
||||||
{
|
"ksp_version": "1.0.2",
|
||||||
"file": "RealFuels",
|
|
||||||
"install_to": "GameData",
|
|
||||||
"filter": ".DS_Store"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"depends": [
|
"depends": [
|
||||||
{
|
{
|
||||||
"name": "ModuleManager"
|
"name": "ModuleManager"
|
||||||
|
@ -35,6 +29,16 @@
|
||||||
"name": "SolverEngines"
|
"name": "SolverEngines"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"recommends": [
|
||||||
|
{
|
||||||
|
"name": "CrossFeedEnabler"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"suggests": [
|
||||||
|
{
|
||||||
|
"name": "EngineIgnitor"
|
||||||
|
}
|
||||||
|
],
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
{
|
{
|
||||||
"name": "ModularFuelSystem"
|
"name": "ModularFuelSystem"
|
||||||
|
@ -52,18 +56,19 @@
|
||||||
"name": "StockFuelSwitch"
|
"name": "StockFuelSwitch"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"recommends": [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "CrossFeedEnabler"
|
"file": "RealFuels",
|
||||||
|
"install_to": "GameData",
|
||||||
|
"filter": ".DS_Store"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"suggests": [
|
|
||||||
{
|
|
||||||
"name": "EngineIgnitor"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"version": "rf-v10.2",
|
|
||||||
"download": "https://github.com/NathanKell/ModularFuelSystem/releases/download/rf-v10.2/RealFuels_v10.2.zip",
|
"download": "https://github.com/NathanKell/ModularFuelSystem/releases/download/rf-v10.2/RealFuels_v10.2.zip",
|
||||||
"x_generated_by": "netkan",
|
"download_size": 259652,
|
||||||
"download_size": 259652
|
"download_hash": {
|
||||||
|
"sha1": "036B8447D765AA310E66E7EF8CA103E16C4A56CE",
|
||||||
|
"sha256": "0FEFB80436AAC452ABE7EB736F7614B4B152F9FC9226828B310BF1717668A4E8"
|
||||||
|
},
|
||||||
|
"download_content_type": "application/zip",
|
||||||
|
"x_generated_by": "netkan"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue