Merge pull request #556 from Apokee/update_adaptivedockingnode

Update ApativeDockingNode
This commit is contained in:
Willhelm Rendahl 2015-05-29 21:34:03 +02:00
commit 683fdabebb
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"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",
"install": [
{
"file": "GameData/AdaptiveDockingNode",
"install_to": "GameData"
}
]
}