Fix historical compatibility for SeparatorDestroyer (#1923)

This commit is contained in:
DasSkelett 2020-05-22 12:33:31 +02:00 committed by GitHub
parent 9da0e6c41d
commit e5ea0f8475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 4 deletions

View File

@ -4,14 +4,24 @@
"name": "Separator Destroyer",
"abstract": "Converts stack separators in to explosive bagels. Completely destroys the stack separator when it is decoupled.",
"author": "Xyphos",
"version": "1.0.0.0",
"ksp_version_min": "1.2.2",
"ksp_version_max": "1.3",
"license": "public-domain",
"resources": {
"homepage": "https://github.com/Xyphos/KSP_SeparatorDestroyer",
"spacedock": "https://spacedock.info/mod/1379/Separator%20Destroyer",
"repository": "https://github.com/Xyphos/KSP_SeparatorDestroyer"
},
"version": "1.0.0.0",
"ksp_version": "1.2.2",
"tags": [
"plugin",
"convenience"
],
"depends": [
{
"name": "ModuleManager"
}
],
"install": [
{
"find": "XyphosAerospace",

View File

@ -4,14 +4,24 @@
"name": "Separator Destroyer",
"abstract": "Adds a GUI menu to stack separators to optionally destroy them when they are decoupled. this feature is disabled by default and will not work with omni-directional decouplers.",
"author": "Xyphos",
"version": "1.0.0.1",
"ksp_version_min": "1.3",
"ksp_version_max": "1.7",
"license": "public-domain",
"resources": {
"homepage": "https://github.com/Xyphos/KSP_SeparatorDestroyer",
"spacedock": "https://spacedock.info/mod/1379/Separator%20Destroyer",
"repository": "https://github.com/Xyphos/KSP_SeparatorDestroyer"
},
"version": "1.0.0.1",
"ksp_version": "1.2.2",
"tags": [
"plugin",
"convenience"
],
"depends": [
{
"name": "ModuleManager"
}
],
"install": [
{
"find": "XyphosAerospace",