NetKAN added mod - RSS-Adapter-v0.3.9
This commit is contained in:
parent
851a8c0cda
commit
86c35776d8
|
@ -0,0 +1,96 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "RSS-Adapter",
|
||||
"name": "RSS Adapter",
|
||||
"abstract": "Adapts your stock KSP for the Real Solar System",
|
||||
"author": "Globul-Art",
|
||||
"version": "v0.3.9",
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/topic/224480-181-1122-rss-adapter/",
|
||||
"repository": "https://github.com/Globul-Art/RSS_Adapter",
|
||||
"bugtracker": "https://github.com/Globul-Art/RSS_Adapter/issues"
|
||||
},
|
||||
"tags": [
|
||||
"config",
|
||||
"parts"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "RealSolarSystem"
|
||||
},
|
||||
{
|
||||
"name": "CustomBarnKit"
|
||||
},
|
||||
{
|
||||
"name": "CryoTanks"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "RealEngines"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "ReStock"
|
||||
},
|
||||
{
|
||||
"name": "ReStockPlus"
|
||||
}
|
||||
],
|
||||
"supports": [
|
||||
{
|
||||
"name": "Kerbalism"
|
||||
},
|
||||
{
|
||||
"name": "BluedogDB"
|
||||
},
|
||||
{
|
||||
"name": "NewTantares"
|
||||
},
|
||||
{
|
||||
"name": "TantaresSP"
|
||||
},
|
||||
{
|
||||
"name": "ProceduralParts"
|
||||
},
|
||||
{
|
||||
"name": "MandatoryRCS"
|
||||
},
|
||||
{
|
||||
"name": "InternalRCS"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "RealismOverhaul"
|
||||
},
|
||||
{
|
||||
"name": "RealFuels"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "zzz_RSS_Adapter",
|
||||
"filter": [
|
||||
".git",
|
||||
".gitattributes"
|
||||
],
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/Globul-Art/RSS_Adapter/releases/download/v0.3.9/RSS_Adapter_0.3.9.zip",
|
||||
"download_size": 42209,
|
||||
"download_hash": {
|
||||
"sha1": "81C85C65B6F28DD64A1996257FC3DC13ADA078EC",
|
||||
"sha256": "10510D479A33BE483F8EA16105BD5B67F016A77ED6200C8B8DDAF1CE7163517A"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"install_size": 174474,
|
||||
"release_date": "2024-10-12T08:42:42Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue