"NetKAN generated mods - TestFlightConfigStock-1.6.0.1"
This commit is contained in:
parent
561b59f16e
commit
1b23fcf1a1
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"spec_version": "v1.2",
|
||||
"identifier": "TestFlightConfigStock",
|
||||
"name": "TestFlight Config Stock",
|
||||
"abstract": "Config pack for the TestFlight plugin. This config pack adds TestFlight support for Stock parts.",
|
||||
"author": "jwvanderbeck",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/88187",
|
||||
"repository": "https://github.com/KSP-RO/TestFlight",
|
||||
"bugtracker": "https://github.com/KSP-RO/TestFlight/issues"
|
||||
},
|
||||
"version": "1.6.0.1",
|
||||
"ksp_version": "1.1.2",
|
||||
"provides": [
|
||||
"TestFlightConfig"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager",
|
||||
"min_version": "2.6.1"
|
||||
},
|
||||
{
|
||||
"name": "TestFlight",
|
||||
"min_version": "1.3.1"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "TestFlightConfig"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/TestFlight",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/KSP-RO/TestFlight/releases/download/1.6.0.1/TestFlightConfigStock-1.6.0.1.zip",
|
||||
"download_size": 2275,
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue