1
0
mirror of https://github.com/KSP-CKAN/CKAN-meta.git synced 2024-10-13 00:59:46 +00:00
Files
CKAN-meta/CustomBiomes-1.6.8.ckan
Paul Fenwick ddfb5fa6da Adjust CustomBiomes to also include its config.xml file
CustomBiomes has a config.xml file that is associated with the mod
itself, not the biome data.

This change has config.xml installed with the mod, *not* its data. This
provides compatibility with newer CustomBiomes releases.
2014-12-23 15:56:38 +11:00

33 lines
1.1 KiB
Plaintext

{
"spec_version" : "v1.2",
"name" : "Custom Biomes",
"identifier" : "CustomBiomes",
"abstract" : "Add or replace biomes to any celestial body in KSP",
"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" : "0.25",
"depends" : [
{ "name" : "CustomBiomes-Data" }
],
"recommends" : [
{ "name" : "CustomBiomes-Data-Stock" }
],
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/66256"
},
"install" : [
{
"file" : "CustomBiomes",
"install_to" : "GameData",
"filter" : [ "PluginData", "Thumbs.db" ]
},
{
"file" : "CustomBiomes/PluginData/CustomBiomes/config.xml",
"install_to" : "GameData/CustomBiomes/PluginData/CustomBiomes",
"comment" : "Config for the mod itself, not the biomes."
}
]
}