NetKAN added mod - RealFuels-1-v15.6.1.0
This commit is contained in:
parent
c89984d2bf
commit
c30051898b
|
@ -0,0 +1,83 @@
|
||||||
|
{
|
||||||
|
"spec_version": "v1.4",
|
||||||
|
"identifier": "RealFuels",
|
||||||
|
"name": "Real Fuels",
|
||||||
|
"abstract": "Real fuels and tanks for KSP",
|
||||||
|
"author": [
|
||||||
|
"ialdabaoth",
|
||||||
|
"NathanKell",
|
||||||
|
"taniwha",
|
||||||
|
"Starwaster",
|
||||||
|
"blowfish"
|
||||||
|
],
|
||||||
|
"version": "1:v15.6.1.0",
|
||||||
|
"ksp_version_min": "1.12.0",
|
||||||
|
"ksp_version_max": "1.12.99",
|
||||||
|
"license": "CC-BY-SA",
|
||||||
|
"release_status": "stable",
|
||||||
|
"resources": {
|
||||||
|
"homepage": "https://forum.kerbalspaceprogram.com/index.php?showtopic=58236",
|
||||||
|
"repository": "https://github.com/KSP-RO/RealFuels",
|
||||||
|
"bugtracker": "https://github.com/KSP-RO/RealFuels/issues",
|
||||||
|
"metanetkan": "https://raw.githubusercontent.com/KSP-RO/RealFuels/master/NetKAN/RealFuels.netkan",
|
||||||
|
"remote-avc": "https://raw.githubusercontent.com/KSP-RO/RealFuels/master/RealFuels/RealFuels.version"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"plugin",
|
||||||
|
"parts"
|
||||||
|
],
|
||||||
|
"localizations": [
|
||||||
|
"en-us",
|
||||||
|
"ru",
|
||||||
|
"zh-cn"
|
||||||
|
],
|
||||||
|
"depends": [
|
||||||
|
{
|
||||||
|
"name": "ModuleManager"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "RealFuels-Engine-Configs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "CommunityResourcePack"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SolverEngines",
|
||||||
|
"min_version": "v3.11.0"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conflicts": [
|
||||||
|
{
|
||||||
|
"name": "ModularFuelSystem"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ModularFuelTanks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Fuelswitchtoeverytank"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "StockFuelSwitch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "EngineIgnitor"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"install": [
|
||||||
|
{
|
||||||
|
"find": "RealFuels",
|
||||||
|
"install_to": "GameData",
|
||||||
|
"filter": ".DS_Store"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"download": "https://github.com/KSP-RO/RealFuels/releases/download/v15.6.1.0/RealFuels_v15.6.1.0.zip",
|
||||||
|
"download_size": 214810,
|
||||||
|
"download_hash": {
|
||||||
|
"sha1": "22DBE615161A24E21B3079CF19BAA6A2730E1F5B",
|
||||||
|
"sha256": "CCED41BB7AB7FFC66EC2E5811FA959E317EDA02D515E0E895F199110B42159D7"
|
||||||
|
},
|
||||||
|
"download_content_type": "application/zip",
|
||||||
|
"install_size": 522247,
|
||||||
|
"release_date": "2023-07-28T18:29:56Z",
|
||||||
|
"x_generated_by": "netkan"
|
||||||
|
}
|
Loading…
Reference in New Issue