Merge branch 'custom_biomes_rename' into netkan
* custom_biomes_rename: Renamed CustomBiomes components.
This commit is contained in:
commit
8bd5e32da2
|
@ -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"
|
||||
|
|
|
@ -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": {
|
|
@ -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"
|
||||
},
|
Loading…
Reference in New Issue