NetKAN added mod - SpaceTuxLibrary-0.0.8.6
This commit is contained in:
parent
7d09cc0b73
commit
94d36d6c8b
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "SpaceTuxLibrary",
|
||||
"name": "SpaceTux Library",
|
||||
"abstract": "A library of small functions for use by mods",
|
||||
"author": "linuxgurugamer",
|
||||
"version": "0.0.8.6",
|
||||
"ksp_version_min": "1.8.0",
|
||||
"ksp_version_max": "1.12.5",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"spacedock": "https://spacedock.info/mod/2210/SpaceTux%20Library",
|
||||
"repository": "https://github.com/linuxgurugamer/SpaceTuxLibrary",
|
||||
"bugtracker": "https://github.com/linuxgurugamer/SpaceTuxLibrary/issues",
|
||||
"remote-avc": "http://ksp.spacetux.net/avc/SpaceTuxLibrary"
|
||||
},
|
||||
"tags": [
|
||||
"plugin",
|
||||
"library"
|
||||
],
|
||||
"provides": [
|
||||
"ButtonManager",
|
||||
"KSPColorPicker",
|
||||
"KSPLog",
|
||||
"KSPPartHighlighter",
|
||||
"SpaceTuxUtility",
|
||||
"VesselModuleSave"
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "SpaceTuxLibrary",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/2210/SpaceTux%20Library/download/0.0.8.6",
|
||||
"download_size": 497053,
|
||||
"download_hash": {
|
||||
"sha1": "D39CA3182B6CA6488B8CE0CD73479844E447FC1D",
|
||||
"sha256": "A0F2A72186AFC9CD9285B1C980B722FB119A1087E24190D9502B6BF4CBFB9A82"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"install_size": 578505,
|
||||
"release_date": "2024-03-24T14:42:21.501518+00:00",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue