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",
"ksp_version" : "0.25",
"depends" : [
{ "name" : "CustomBiomesData" }
{ "name" : "CustomBiomes-Data" }
],
"recommends" : [
{ "name" : "CustomBiomesKerbal" }
{ "name" : "CustomBiomes-Data-Stock" }
],
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/66256"

View File

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

View File

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