Add ExtraPlanetary Launchpads 5.3.2, mark 5.3.0 as incompatible with KSP 1.1.2 (#1122)

* Add ExtraPlanetary Launchpads 5.3.2, mark 5.3.0 as incompatible with KSP 1.1.2

* Fix Extraplanetary-Launchpads ksp_version_max
This commit is contained in:
Daniel Grace 2016-05-01 14:59:43 -07:00 committed by Matthew
parent d7a442cb43
commit 42fdc36871
2 changed files with 36 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"license" : "GPL-3.0",
"release_status" : "stable",
"ksp_version_min" : "1.1.0",
"ksp_version_max" : "1.1.0",
"ksp_version_max" : "1.1.1",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/59545",
"repository" : "https://github.com/taniwha-qf/Extraplanetary-Launchpads"

View File

@ -0,0 +1,35 @@
{
"spec_version" : 1,
"name" : "Extraplanetary Launchpads",
"abstract" : "Adds the ability to build crafts in flight mode to your game.",
"identifier" : "ExtraPlanetaryLaunchpads",
"download" : "http://taniwha.org/~bill/Extraplanetary_Launchpads_v5.3.2.zip",
"version" : "5.3.2",
"author" : "taniwha",
"license" : "GPL-3.0",
"release_status" : "stable",
"ksp_version_min" : "1.1.2",
"ksp_version_max" : "1.1.99",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/59545",
"repository" : "https://github.com/taniwha-qf/Extraplanetary-Launchpads"
},
"depends" : [
{"name" : "ModuleManager"}
],
"recommends" : [
{"name" : "KIS"},
{"name" : "KAS"},
{"name" : "InfernalRobotics"},
{"name" : "KerbalStats"},
{"name" : "Kethane"},
{"name" : "Toolbar"}
],
"install" : [
{
"file" : "ExtraplanetaryLaunchpads",
"install_to" : "GameData",
"filter" : "Ships"
}
]
}