Update ApativeDockingNode

This commit is contained in:
Dwayne Bent 2015-05-29 11:22:32 -04:00
parent 3bdad4cb77
commit f84f2ec509
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"spec_version": 1,
"identifier": "AdaptiveDockingNode",
"name": "AdaptiveDockingNode",
"abstract": "A creator-targeted plugin that facilitates multi-sized docking ports",
"author": "toadicus",
"license": "BSD-2-clause",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/79128"
},
"depends": [
{ "name": "ModuleManager", "min_version": "2.6.3" }
],
"version": "1.7",
"ksp_version_min": "1.0.0",
"ksp_version_max": "1.0.2",
"download": "http://ksp.hawkbats.com/AdaptiveDockingNode/AdaptiveDockingNode-1-7.zip"
}