Reformat and restrict to 0.90

This commit is contained in:
Arne 2015-11-19 12:42:23 +01:00
parent b78b281363
commit 8943a61001
1 changed files with 41 additions and 42 deletions

View File

@ -1,44 +1,43 @@
{ {
"spec_version" : "v1.4", "spec_version": "v1.4",
"identifier" : "KopernicusTech", "identifier" : "KopernicusTech",
"name" : "KopernicusTech", "name" : "KopernicusTech",
"abstract" : "An attempt to integrate Kopernicus with KittopiaTech", "abstract" : "An attempt to integrate Kopernicus with KittopiaTech",
"license" : "GPL-3.0", "license" : "GPL-3.0",
"version" : "0.13", "version" : "0.13",
"author" : "Gravitasi", "author" : "Gravitasi",
"ksp_version_min" : "0.90", "ksp_version" : "0.90",
"ksp_version_max" : "1.0.99", "resources": {
"resources" : { "homepage": "http://forum.kerbalspaceprogram.com/threads/109122"
"homepage" : "http://forum.kerbalspaceprogram.com/threads/109122"
}, },
"download" : "https://www.dropbox.com/s/7b999gme8p7cgfr/KopernicusTech_v0.13.zip?dl=1", "download": "https://www.dropbox.com/s/7b999gme8p7cgfr/KopernicusTech_v0.13.zip?dl=1",
"install" : [ "install": [
{ {
"find" : "KittopiaSpace", "find": "KittopiaSpace",
"install_to" : "GameData", "install_to": "GameData",
"filter" : "Textures" "filter": "Textures"
}, },
{ {
"find" : "Kopernicus", "find": "Kopernicus",
"install_to" : "GameData" "install_to": "GameData"
} }
], ],
"depends" : [ "depends": [
{ {
"name" : "ModuleManager" "name": "ModuleManager"
} }
], ],
"suggests" : [ "suggests": [
{ {
"name" : "DDSLoader" "name": "DDSLoader"
} }
], ],
"conflicts" : [ "conflicts": [
{ {
"name" : "Kopernicus" "name": "Kopernicus"
}, },
{ {
"name" : "KittopiaTech" "name": "KittopiaTech"
} }
] ]
} }