NetKAN added mod - RealFuels-rf-v13.1.0
This commit is contained in:
parent
fb2ebf1bb5
commit
78bb5798b6
|
@ -0,0 +1,75 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "RealFuels",
|
||||
"name": "Real Fuels",
|
||||
"abstract": "Real fuels and tanks for KSP",
|
||||
"author": [
|
||||
"ialdabaoth",
|
||||
"NathanKell",
|
||||
"taniwha",
|
||||
"Starwaster",
|
||||
"blowfish"
|
||||
],
|
||||
"version": "rf-v13.1.0",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"license": "CC-BY-SA",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?showtopic=58236",
|
||||
"repository": "https://github.com/NathanKell/ModularFuelSystem",
|
||||
"bugtracker": "https://github.com/NathanKell/ModularFuelSystem/issues",
|
||||
"metanetkan": "https://raw.githubusercontent.com/NathanKell/ModularFuelSystem/master/NetKAN/RealFuels.netkan",
|
||||
"remote-avc": "https://raw.githubusercontent.com/NathanKell/ModularFuelSystem/master/RealFuels/RealFuels.version"
|
||||
},
|
||||
"tags": [
|
||||
"plugin",
|
||||
"parts"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "RealFuels-Engine-Configs"
|
||||
},
|
||||
{
|
||||
"name": "CommunityResourcePack"
|
||||
},
|
||||
{
|
||||
"name": "SolverEngines"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "ModularFuelSystem"
|
||||
},
|
||||
{
|
||||
"name": "ModularFuelTanks"
|
||||
},
|
||||
{
|
||||
"name": "Fuelswitchtoeverytank"
|
||||
},
|
||||
{
|
||||
"name": "StockFuelSwitch"
|
||||
},
|
||||
{
|
||||
"name": "EngineIgnitor"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "RealFuels",
|
||||
"install_to": "GameData",
|
||||
"filter": ".DS_Store"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/NathanKell/ModularFuelSystem/releases/download/rf-v13.1.0/RealFuels_v13.1.0.zip",
|
||||
"download_size": 425670,
|
||||
"download_hash": {
|
||||
"sha1": "322B5A8A6208BB7D1C906988F017D621E0AF3136",
|
||||
"sha256": "E02281D163F46091A36D74CAF015BB3C3951B2A96A4435BBE998A2E773FD9863"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"release_date": "2021-07-10T21:32:57Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue