Create SPPCC-v0.12.ckan

Space Plane Colour corrections. Not sure what the extra "P" is for (parts or pieces, I guess), but that's what he calls it.
This commit is contained in:
Myk Dowling 2015-12-13 17:25:17 +11:00
parent 10eb35e272
commit 8595c5c741
1 changed files with 24 additions and 0 deletions

24
SPPCC/SPPCC-v0.12.ckan Normal file
View File

@ -0,0 +1,24 @@
{
"spec_version" : 1,
"identifier" : "SPPCC",
"name" : "Space Plane Color Corrections",
"author" : "Avera9eJoe",
"abstract" : "Personally I've been pretty annoyed that the spaceplane pieces (and a number of other parts) don't all have matching colors or textures. They have a base white coat which is used for all splaceplane parts, but there are about five different shades that are used for wing trims. SO..... rather then complaining about it, I'm going to try and solve it.",
"version" : "v0.12",
"ksp_version" : "1.0.5",
"license" : "MIT",
"depends" : [
{ "name" : "FirespitterCore" },
{ "name" : "ModuleManager" }
],
"resources" : {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/106489-105"
},
"download" : "https://www.dropbox.com/s/822jueuhkmimwqn/SPPCC%20v0.12.zip?dl=1",
"install" : [
{
"file" : "SPPCC",
"install_to" : "GameData"
}
]
}