NetKAN added mod - RSS-Adapter-v0.3.8
This commit is contained in:
parent
6faa43b3b1
commit
5d27cdf883
|
@ -0,0 +1,77 @@
|
|||
{
|
||||
"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.8",
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"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": "MandatoryRCS"
|
||||
},
|
||||
{
|
||||
"name": "InternalRCS"
|
||||
}
|
||||
],
|
||||
"supports": [
|
||||
{
|
||||
"name": "NewTantares"
|
||||
}
|
||||
],
|
||||
"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.8/RSS_Adapter.0.3.8.zip",
|
||||
"download_size": 8509137,
|
||||
"download_hash": {
|
||||
"sha1": "BFCD96EEC0A13FE0D4762D45AD85F93B7672B004",
|
||||
"sha256": "2551D77BE634775EC7271D4C6B3A7B39385D4DC83324B27D1979DEA8D6E8D4F5"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"install_size": 168127,
|
||||
"release_date": "2024-06-23T04:35:48Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue