Renamed CustomBiomes components.

- Existing installs should still work.
- Conforms with recommendationsin #225.
This commit is contained in:
Paul Fenwick 2014-11-02 21:12:14 +11:00
parent 520ebe2af2
commit 8c98a18fd3
3 changed files with 10 additions and 10 deletions

View File

@ -9,10 +9,10 @@
"release_status" : "stable", "release_status" : "stable",
"ksp_version" : "0.25", "ksp_version" : "0.25",
"depends" : [ "depends" : [
{ "name" : "CustomBiomesData" } { "name" : "CustomBiomes-Data" }
], ],
"recommends" : [ "recommends" : [
{ "name" : "CustomBiomesKerbal" } { "name" : "CustomBiomes-Data-Stock" }
], ],
"resources" : { "resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/66256" "homepage" : "http://forum.kerbalspaceprogram.com/threads/66256"

View File

@ -1,7 +1,7 @@
{ {
"spec_version": 1, "spec_version": 1,
"name": "Custom Biomes (Real Solar System data)", "name": "Custom Biomes (Real Solar System data)",
"identifier": "CustomBiomesRSS", "identifier": "CustomBiomes-Data-RSS",
"abstract": "Custom biomes for the Real Solar System", "abstract": "Custom biomes for the Real Solar System",
"license": "CC-BY-NC-SA", "license": "CC-BY-NC-SA",
"release_status": "stable", "release_status": "stable",
@ -15,11 +15,11 @@
} }
], ],
"provides": [ "provides": [
"CustomBiomesData" "CustomBiomes-Data"
], ],
"conflicts": [ "conflicts": [
{ {
"name": "CustomBiomesData" "name": "CustomBiomes-Data"
} }
], ],
"resources": { "resources": {

View File

@ -1,16 +1,16 @@
{ {
"spec_version" : 1, "spec_version" : 1,
"name" : "Custom Biomes (Kerbal data)", "name" : "Custom Biomes (Stock data)",
"identifier" : "CustomBiomesKerbal", "identifier" : "CustomBiomes-Data-Stock",
"abstract" : "Custom biomes data for the Kerbal system", "abstract" : "Custom biomes data for the stock Kerbol system",
"download" : "http://addons.cursecdn.com/files/2217%5C373/CustomBiomes_1_6_8.zip", "download" : "http://addons.cursecdn.com/files/2217%5C373/CustomBiomes_1_6_8.zip",
"license" : "CC-BY-NC-SA-3.0", "license" : "CC-BY-NC-SA-3.0",
"version" : "1.6.8", "version" : "1.6.8",
"release_status" : "stable", "release_status" : "stable",
"ksp_version" : "any", "ksp_version" : "any",
"depends" : [ { "name" : "CustomBiomes" } ], "depends" : [ { "name" : "CustomBiomes" } ],
"provides" : [ "CustomBiomesData" ], "provides" : [ "CustomBiomes-Data" ],
"conflicts" : [ { "name" : "CustomBiomesData" } ], "conflicts" : [ { "name" : "CustomBiomes-Data" } ],
"resources" : { "resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/66256" "homepage" : "http://forum.kerbalspaceprogram.com/threads/66256"
}, },