NetKAN added mod - KSPCommunityPartModules-v0.2.1
This commit is contained in:
parent
23564e57ee
commit
ca7b7be74f
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"spec_version": "v1.34",
|
||||
"identifier": "KSPCommunityPartModules",
|
||||
"name": "KSP Community Part Modules",
|
||||
"abstract": "A collection of part modules that are frequently used, Exists as a dependency for other mods.",
|
||||
"description": "This mod is a collection of part modules that are frequently used by multiple mods. It was created to avoid the frequent copying of modules between mods which made maintaining the modules more difficult and sometimes resulted in incompatibility between mods' modules. This mod by itself will not have any effects, it is meant to be used as a dependency for other mods.\nThis mod is meant as community project, so feel free to propose additional module ideas by opening an issue, or contribute with a pull request on GitHub.",
|
||||
"author": "sofiebrink",
|
||||
"version": "v0.2.1",
|
||||
"ksp_version_min": "1.12.3",
|
||||
"ksp_version_max": "1.12.5",
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"spacedock": "https://spacedock.info/mod/3730/KSP%20Community%20Part%20Modules",
|
||||
"repository": "https://github.com/KSPModdingLibs/KSPCommunityPartModules",
|
||||
"bugtracker": "https://github.com/KSPModdingLibs/KSPCommunityPartModules/issues"
|
||||
},
|
||||
"tags": [
|
||||
"plugin",
|
||||
"library"
|
||||
],
|
||||
"localizations": [
|
||||
"en-us"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "Harmony2"
|
||||
}
|
||||
],
|
||||
"supports": [
|
||||
{
|
||||
"name": "BoringCrewServices"
|
||||
},
|
||||
{
|
||||
"name": "BluedogDB"
|
||||
}
|
||||
],
|
||||
"download": [
|
||||
"https://github.com/KSPModdingLibs/KSPCommunityPartModules/releases/download/v0.2.1/KSPCommunityPartModules-v0.2.1.zip",
|
||||
"https://spacedock.info/mod/3730/KSP%20Community%20Part%20Modules/download/v0.2.1"
|
||||
],
|
||||
"download_size": 8250,
|
||||
"download_hash": {
|
||||
"sha1": "16742C9E06E284FF540AF3814C8E15BF33AF68E9",
|
||||
"sha256": "22B1B411EF3FDBBB42E6A03CAC8C7CDAFE5F02D9113E7317F68C89B48AA2F3EC"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"install_size": 10700,
|
||||
"release_date": "2024-10-12T13:30:20.480836+00:00",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue