Add AdaptiveDockingNode

This commit is contained in:
Willhelm Rendahl 2015-03-28 10:56:06 +01:00
parent 922d353e6c
commit 1ec445c011
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{
"spec_version" : 1,
"identifier" : "AdaptiveDockingNode",
"abstract" : "A creator-targeted plugin that facilitates multi-sized docking ports",
"version" : "1.6",
"release_status" : "stable",
"name" : "AdaptiveDockingNode",
"license" : "restricted",
"author" : "Toadicus",
"resources" : { "homepage" : "http://forum.kerbalspaceprogram.com/threads/79128" },
"install" : [
{
"file" : "GameData/AdaptiveDockingNode",
"install_to" : "GameData"
}
],
"depends" : [{ "name": "ModuleManager" }],
"download" : "http://ksp.hawkbats.com/AdaptiveDockingNode/AdaptiveDockingNode-1-6.zip"
}