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-Stock.ckan
Paul Fenwick 8c98a18fd3 Renamed CustomBiomes components.
- Existing installs should still work.
- Conforms with recommendationsin #225.
2014-11-02 21:12:14 +11:00

26 lines
983 B
Plaintext

{
"spec_version" : 1,
"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" : [ "CustomBiomes-Data" ],
"conflicts" : [ { "name" : "CustomBiomes-Data" } ],
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/66256"
},
"install" : [
{
"file" : "CustomBiomes",
"install_to" : "GameData",
"comment" : "This regexp only installs PluginData, and nothing else",
"filter_regexp" : "^(?!CustomBiomes/PluginData/)"
}
]
}