NetKAN generated mods - DeployableEngines-1.2.0
This commit is contained in:
parent
6f82d2d604
commit
05fa6c35c7
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "DeployableEngines",
|
||||
"name": "Deployable Engines Plugin",
|
||||
"abstract": "A plugin to manage extending/retracting engine nozzles",
|
||||
"author": "ChrisAdderley",
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"homepage": "https://github.com/ChrisAdderley/DeployableEngines/wiki",
|
||||
"repository": "https://github.com/ChrisAdderley/DeployableEngines"
|
||||
},
|
||||
"version": "1.2.0",
|
||||
"ksp_version_min": "1.8.0",
|
||||
"ksp_version_max": "1.8.99",
|
||||
"supports": [
|
||||
{
|
||||
"name": "KerbalAtomics"
|
||||
},
|
||||
{
|
||||
"name": "CryoEngines"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "DeployableEngines",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/ChrisAdderley/DeployableEngines/releases/download/1.2.0/DeployableEngines_1_2_0.zip",
|
||||
"download_size": 7794,
|
||||
"download_hash": {
|
||||
"sha1": "E9951D7009A64B2500A05B8FEC5937379536784D",
|
||||
"sha256": "07A2AC13B72943A9AE36B58D83A5E105B5F3A2C3285669966CC3E700236C2009"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue