Update KWRocketry-2.7.0-community.ckan

1. `ksp_version` change: there's `KWRocketry-CommunityFixes` version 0.4.0 for KSP 1.0.5.
2. `spec_version` and `install` change: simplify path
3. Dependency on `ModuleAnimateEmissive` revomed, as it fixed in 'community
fixes'.

BTW: Maybe it's worth to migrate to `ksp_version_min` and `ksp_version_max`?
This commit is contained in:
Vladislav Rassokhin 2015-11-14 20:58:22 +03:00
parent b5ea207860
commit 6a1d960aea
1 changed files with 3 additions and 6 deletions

View File

@ -1,22 +1,19 @@
{
"spec_version": 1,
"spec_version": "v1.4",
"identifier": "KWRocketry",
"license": "CC-BY-SA-3.0",
"depends": [
{
"name": "ModuleAnimateEmissive"
},
{
"name": "KWRocketry-CommunityFixes"
}
],
"install": [
{
"file": "KW Release Package v2.7 (Open this, don't extract it)/GameData/KWRocketry",
"find": "KWRocketry",
"install_to": "GameData"
}
],
"ksp_version": "1.0.4",
"ksp_version": "1.0.5",
"name": "KW Rocketry",
"abstract": "The comprehensive launch vehicle construction pack by Winston and Kickasskyle",
"version": "2.7.0-community",