Update Lack Luster Labs

This commit is contained in:
Arne Peirs 2016-02-28 21:48:22 +01:00
parent 51b9f9063b
commit a1b4eeef86
1 changed files with 18 additions and 13 deletions

View File

@ -1,17 +1,19 @@
{ {
"spec_version": "v1.2", "spec_version": "v1.4",
"identifier": "LLL", "identifier": "LLL",
"name": "LLL", "name": "Lack Luster Labs",
"abstract": "Boxes in space. What's not to love.", "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)",
"author": "Lack", "author": [
"Lack",
"MrWizerd"
],
"license": "CC-BY-NC-SA-4.0", "license": "CC-BY-NC-SA-4.0",
"resources": { "resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/102237-1-0-2-LLL-Lack-Luster-Labs-(Space-boxes!)-LLL-14-20JUN2014", "homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/92203-/"
"kerbalstuff": "https://kerbalstuff.com/mod/954/LLL",
"x_screenshot": "https://kerbalstuff.com/content/Lack_4055/LLL/LLL-1435614197.5577142.png"
}, },
"version": "14", "version": "14",
"ksp_version": "1.0.4", "ksp_version_min": "1.0.4",
"ksp_version_max": "1.0.5",
"depends": [ "depends": [
{ {
"name": "ModuleManager" "name": "ModuleManager"
@ -26,20 +28,23 @@
}, },
{ {
"name": "CrewManifest" "name": "CrewManifest"
},
{
"name": "ExtraPlanetaryLaunchpads"
} }
], ],
"install": [ "install": [
{ {
"file": "GameData/LLL", "find": "GameData/LLL",
"install_to": "GameData" "install_to": "GameData"
}, },
{ {
"file": "GameData/LLL-Extra", "find": "GameData/LLL-Extra",
"install_to": "GameData/LLL", "install_to": "GameData",
"filter": "Parts" "filter": "Parts"
} }
], ],
"download": "https://s3-us-west-2.amazonaws.com/ksp-ckan/C3E89178.zip", "download": "https://github.com/Signatum/LLL/archive/master.zip",
"download_size": 13028822, "download_size": 12627131,
"x_generated_by": "netkan" "x_generated_by": "netkan"
} }