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-Data-RSS-v8.3.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

43 lines
1.1 KiB
Plaintext

{
"spec_version": 1,
"name": "Custom Biomes (Real Solar System data)",
"identifier": "CustomBiomes-Data-RSS",
"abstract": "Custom biomes for the Real Solar System",
"license": "CC-BY-NC-SA",
"release_status": "stable",
"ksp_version": "any",
"depends": [
{
"name": "RealSolarSystem"
},
{
"name": "CustomBiomes"
}
],
"provides": [
"CustomBiomes-Data"
],
"conflicts": [
{
"name": "CustomBiomes-Data"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/55145",
"repository": "https://github.com/NathanKell/RealSolarSystem"
},
"install": [
{
"file": "CustomBiomes",
"install_to": "GameData",
"comment": "This regexp only installs PluginData, and nothing else",
"filter_regexp": "^(?!CustomBiomes/PluginData/)|config.xml"
}
],
"author": "NathanKell",
"version": "v8.3",
"download": "https://github.com/NathanKell/RealSolarSystem/releases/download/v8.3/RealSolarSystem_v8.3.zip",
"x_generated_by": "netkan",
"download_size": 917562
}