NetKAN added mod - kOS-Astrogator-v0.1.2
This commit is contained in:
parent
9417f9ec1e
commit
f58e12d4b8
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "kOS-Astrogator",
|
||||
"name": "kOS Astrogator",
|
||||
"abstract": "Astrogator functionality in kOS.",
|
||||
"description": "Provides access to Astrogator functionality from within kOS scripts using the addons interface. Either generate the same transfer nodes directly from within your scripts using Astrogator's powerful functionality, or get information about transfers that can be used to aid your kOS scripts.",
|
||||
"author": [
|
||||
"markjfisher"
|
||||
],
|
||||
"version": "v0.1.2",
|
||||
"ksp_version": "1.12",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/209940-112-kos-astrogator-v010/",
|
||||
"repository": "https://github.com/markjfisher/kOS-Astrogator",
|
||||
"bugtracker": "https://github.com/markjfisher/kOS-Astrogator/issues",
|
||||
"remote-avc": "https://raw.githubusercontent.com/markjfisher/kOS-Astrogator/master/GameData/kOS-Astrogator/kOS-Astrogator.version"
|
||||
},
|
||||
"tags": [
|
||||
"plugin"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "Astrogator",
|
||||
"min_version": "v0.10.4"
|
||||
},
|
||||
{
|
||||
"name": "kOS"
|
||||
}
|
||||
],
|
||||
"supports": [
|
||||
{
|
||||
"name": "Astrogator"
|
||||
},
|
||||
{
|
||||
"name": "kOS"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/markjfisher/kOS-Astrogator/releases/download/v0.1.2/kOS-Astrogator.zip",
|
||||
"download_size": 33060,
|
||||
"download_hash": {
|
||||
"sha1": "B43060BAA91C89453A7BBB19CBC35061DFB2D295",
|
||||
"sha256": "EEF1921E86195F14381D8BA70998CEBEB0DD049C91F82E8E29D5EA93AE0A55BE"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"install_size": 91377,
|
||||
"release_date": "2022-10-01T21:25:23Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue