NetKAN generated mods - CustomBiomes-Data-RSS-v8.4, CustomBiomes-v1.7.1
This commit is contained in:
parent
6761b6f250
commit
23cb64f868
|
@ -30,8 +30,8 @@
|
||||||
{
|
{
|
||||||
"file": "CustomBiomes",
|
"file": "CustomBiomes",
|
||||||
"install_to": "GameData",
|
"install_to": "GameData",
|
||||||
"comment": "This regexp only installs PluginData, and nothing else",
|
"comment": "This regexp only installs PluginData, and nothing else, skipping PluginData/CustomBiomes/config.xml",
|
||||||
"filter_regexp": "^(?!CustomBiomes/PluginData/)"
|
"filter_regexp": "^(?!CustomBiomes/PluginData/)|config.xml"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"author": "NathanKell",
|
"author": "NathanKell",
|
||||||
|
|
|
@ -0,0 +1,34 @@
|
||||||
|
{
|
||||||
|
"spec_version": 1,
|
||||||
|
"name": "Custom Biomes",
|
||||||
|
"identifier": "CustomBiomes",
|
||||||
|
"abstract": "Add or replace biomes to any celestial body in KSP",
|
||||||
|
"license": "CC-BY-NC-SA-3.0",
|
||||||
|
"release_status": "stable",
|
||||||
|
"ksp_version": "0.90",
|
||||||
|
"depends": [
|
||||||
|
{
|
||||||
|
"name": "CustomBiomes-Data"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"recommends": [
|
||||||
|
{
|
||||||
|
"name": "CustomBiomes-Data-Stock"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resources": {
|
||||||
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/66256",
|
||||||
|
"repository": "https://github.com/NathanKell/CustomBiomes"
|
||||||
|
},
|
||||||
|
"install": [
|
||||||
|
{
|
||||||
|
"file": "CustomBiomes",
|
||||||
|
"install_to": "GameData"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"author": "NathanKell",
|
||||||
|
"version": "v1.7.1",
|
||||||
|
"download": "https://github.com/NathanKell/CustomBiomes/releases/download/v1.7.1/CustomBiomes_1_7_1.zip",
|
||||||
|
"x_generated_by": "netkan",
|
||||||
|
"download_size": 24676
|
||||||
|
}
|
Loading…
Reference in New Issue