Update avivey's mods (#1148)
This commit is contained in:
parent
de6d2fb0fa
commit
4ac1582d1e
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"abstract": "Quickly jump to the right ship",
|
||||
"author": [
|
||||
"avivey"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/avivey/ksp-switch/releases/download/0.5/SwitchVessel-0.5.zip",
|
||||
"identifier": "SwitchVessel",
|
||||
"ksp_version": "1.1",
|
||||
"license": "BSD-2-clause",
|
||||
"name": "Switch Active Vessel",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/78183",
|
||||
"repository": "https://github.com/avivey/ksp-switch/"
|
||||
},
|
||||
"spec_version": 1,
|
||||
"version": "0.5"
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"abstract": "Detail resources in the Tracking Center",
|
||||
"author": [
|
||||
"avivey"
|
||||
],
|
||||
"download": "https://docs.google.com/uc?export=download&id=0B1i-cKjnAQUHUmN4RXFfbXRacW8",
|
||||
"identifier": "TCShipInfo",
|
||||
"ksp_version": "1.1",
|
||||
"license": "public-domain",
|
||||
"name": "Resource Details in Tracking Center",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/65769"
|
||||
},
|
||||
"spec_version": 1,
|
||||
"supports": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"version": "0.4"
|
||||
}
|
Loading…
Reference in New Issue