NetKAN generated mods - SpaceTuxLibrary-0.0.3.6
This commit is contained in:
parent
41b538db32
commit
7a11a563df
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "SpaceTuxLibrary",
|
||||
"name": "SpaceTux Library",
|
||||
"abstract": "A library of small functions for use by mods",
|
||||
"author": "linuxgurugamer",
|
||||
"version": "0.0.3.6",
|
||||
"ksp_version_min": "1.8.0",
|
||||
"ksp_version_max": "1.10.0",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"spacedock": "https://spacedock.info/mod/2210/SpaceTux%20Library",
|
||||
"repository": "https://github.com/linuxgurugamer/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.3.6",
|
||||
"download_size": 494814,
|
||||
"download_hash": {
|
||||
"sha1": "D4B183E712209EFA7DA1495A698195FAFFFD7D2A",
|
||||
"sha256": "D5B70DB0DCC5AEF1CC08EE824A7F7A6C2E0ADF2C1440F2E9C28C7CC0DD99C2FF"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"release_date": "2020-07-07T04:23:36.467887+00:00",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue