NetKAN added mod - RealFuels-1-v15.5.0.0
This commit is contained in:
parent
8e38320782
commit
58c83acef9
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
"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.5.0.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",
|
||||
"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.5.0.0/RealFuels_v15.5.0.0.zip",
|
||||
"download_size": 210843,
|
||||
"download_hash": {
|
||||
"sha1": "DC84BADCAF907C56F0805D63F8C878C91D30B00F",
|
||||
"sha256": "C2B86DB299D659BB6867AFEAF0D2A63DE01ED85DAD1E78F1F2E8FE3B26A31F6D"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"install_size": 508750,
|
||||
"release_date": "2023-06-26T19:22:18Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue