NetKAN added mod - SpaceTuxLibrary-0.0.8.1
This commit is contained in:
parent
c1a0e54fea
commit
07976db77e
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"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.1",
|
||||
"ksp_version_min": "1.8.0",
|
||||
"ksp_version_max": "1.12.2",
|
||||
"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.1",
|
||||
"download_size": 496686,
|
||||
"download_hash": {
|
||||
"sha1": "624B4BE10E31CA04250329F02C246E519830C966",
|
||||
"sha256": "0C87FF2A5C9184D8817E3E6DC880888334AE465FDA7B65F0224BAFBF6F75FCC4"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"release_date": "2021-10-01T21:15:07.835657+00:00",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue