CKAN-meta/CustomBiomes-Data-Stock.ckan

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/)"
}
]
}