"NetKAN generated mods - InFlightFlagSwitcher-1.0.1"
This commit is contained in:
parent
7aff22b377
commit
61c3c6843a
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "InFlightFlagSwitcher",
|
||||
"name": "InFlightFlagSwitcher",
|
||||
"abstract": "Allows players to change their flag at any point during flight",
|
||||
"author": "iPeer",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/127902",
|
||||
"repository": "https://github.com/iPeer/InFlightFlagSwitcher",
|
||||
"bugtracker": "https://github.com/iPeer/InFlightFlagSwitcher/issues"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"ksp_version_min": "1.0.0",
|
||||
"ksp_version_max": "1.0.99",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "iPeer",
|
||||
"install_to": "GameData",
|
||||
"filter": [
|
||||
"MiniAVC.dll",
|
||||
"LICENSE-MiniAVC.txt"
|
||||
]
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/iPeer/InFlightFlagSwitcher/releases/download/1.0.1/InFlightFlagSwitcher1.0.1.zip",
|
||||
"download_size": 49868,
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue