NetKAN generated mods - TestFlight-1.11.0.0
This commit is contained in:
parent
fe05972ea8
commit
22a511c570
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"spec_version": "v1.2",
|
||||
"identifier": "TestFlight",
|
||||
"name": "TestFlight",
|
||||
"abstract": "Flight Testing of your space hardware in KSP! Fly your parts to gain flight data and make them more reliable and less likely to fail. THIS IS THE PLUGIN ONLY. You will need a TestFlight Config pack in order for any parts to actually be controlled by TestFlight.",
|
||||
"author": [
|
||||
"Agathorn",
|
||||
"KSP-RO Group"
|
||||
],
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/99043-*",
|
||||
"repository": "https://github.com/KSP-RO/TestFlight",
|
||||
"bugtracker": "https://github.com/KSP-RO/TestFlight/issues"
|
||||
},
|
||||
"version": "1.11.0.0",
|
||||
"ksp_version": "1.7.3",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager",
|
||||
"min_version": "2.6.1"
|
||||
},
|
||||
{
|
||||
"name": "TestFlightConfig"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/TestFlight",
|
||||
"install_to": "GameData",
|
||||
"filter": [
|
||||
"Config"
|
||||
]
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/KSP-RO/TestFlight/releases/download/1.11.0.0/TestFlightCore-1.11.0.0.zip",
|
||||
"download_size": 118739,
|
||||
"download_hash": {
|
||||
"sha1": "887B922A17E13EFF7C72DA85BB325280F594C0FC",
|
||||
"sha256": "B007031641FB7F4A7B85E5148146AB33407604F915A0328EA3C6470F151C867F"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue