Added Lack Luster Labs parts

This commit is contained in:
Japa 2015-04-14 21:47:02 +05:30
parent 9c217b26a4
commit 0eefb18d16
2 changed files with 34 additions and 1 deletions
LackLusterLabs
LackLusterLabsExtra

View File

@ -8,7 +8,7 @@
"ksp_version" : "0.90",
"license" : "CC-BY-NC-SA-4.0",
"download": "https://dl.dropboxusercontent.com/u/39086055/LLL-13.1.zip",
"download" : "https://dl.dropboxusercontent.com/u/39086055/LLL-13.1.zip",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/102237",
@ -23,6 +23,10 @@
{ "name": "TweakScale" }
],
"suggests": [
{ "name": "LackLusterLabsExtra" }
],
"install" : [
{
"file" : "GameData/LLL",

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"
}
]
}