Merge pull request #365 from JapaMala/master

Lack Luster Labs parts
This commit is contained in:
Willhelm Rendahl 2015-04-14 18:53:09 +02:00
commit 37e673270b
2 changed files with 65 additions and 0 deletions

View File

@ -0,0 +1,36 @@
{
"spec_version": 1,
"identifier" : "LackLusterLabs",
"name" : "Lack Luster Labs",
"author" : [ "Lack", "MrWizerd" ],
"version" : "13.1",
"abstract" : "Inspired by shows and movies like Space: 1999 and Moon; the parts are big, boxy and in space (providing you get them out the atmosphere. You might want something like Extraplanetary launchpads)",
"ksp_version" : "0.90",
"license" : "CC-BY-NC-SA-4.0",
"download" : "https://dl.dropboxusercontent.com/u/39086055/LLL-13.1.zip",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/102237"
},
"depends": [
{ "name": "ModuleManager" },
{ "name": "FirespitterCore" }
],
"recommends": [
{ "name": "TweakScale" }
],
"suggests": [
{ "name": "LackLusterLabsExtra" }
],
"install" : [
{
"file" : "GameData/LLL",
"install_to" : "GameData"
}
]
}

View File

@ -0,0 +1,29 @@
{
"spec_version": 1,
"identifier" : "LackLusterLabsExtra",
"name" : "Lack Luster Labs Extra",
"author" : [ "Lack", "MrWizerd" ],
"version" : "13.1",
"abstract" : "Adds extra parts to Lack Luster Labs, and adds compatibility with TAC Life Support and Connected Living Space",
"ksp_version" : "0.90",
"license" : "CC-BY-NC-SA-4.0",
"download": "https://dl.dropboxusercontent.com/u/39086055/LLL-13.1.zip",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/102237"
},
"depends": [
{ "name": "LackLusterLabs" },
{ "name": "TACLS" },
{ "name": "ConnectedLivingSpace" }
],
"install" : [
{
"file" : "GameData/LLL-Extra",
"install_to" : "GameData"
}
]
}