Merge commit '99407ae'

* commit '99407ae':
  Fixed name on SelectRoot
  SelectRoot
This commit is contained in:
Paul Fenwick 2014-11-22 20:30:07 +11:00
commit 323a68b83f
1 changed files with 21 additions and 0 deletions

21
SelectRoot.ckan Normal file
View File

@ -0,0 +1,21 @@
{
"spec_version": 1,
"identifier": "SelectRoot",
"ksp_version": "0.25",
"resources":
{
"homepage": "http://forum.kerbalspaceprogram.com/threads/43208-0-24-Jul18-SelectRoot-Set-a-new-root-part-Still-works-in-0-25"
},
"name": "Select Root",
"license": "MIT",
"abstract": "SelectRoot allows you to select a part on your vessel to become the new root part. As if you rebuilt your craft starting with that part. Best used with your favorite subassembly loader!",
"author": "FW Industries",
"version": "1.0",
"download": "https://dl.dropboxusercontent.com/u/7121093/ksp-mods/KSP-Plugin-24.0-SelectRoot-Jul18.zip",
"comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.",
"install" : [
{
"file" : "GameData/SelectRoot",
"install_to": "GameData"
}]
}