"NetKAN generated mods - CustomAsteroids-Pops-Stock-Outer/CustomAsteroids-Pops-Stock-Outer-v1.1.0.ckan"
This commit is contained in:
parent
b16ea9d6c4
commit
95ced6be73
|
@ -3,7 +3,21 @@
|
||||||
"identifier": "CustomAsteroids-Pops-Stock-Outer",
|
"identifier": "CustomAsteroids-Pops-Stock-Outer",
|
||||||
"name": "Custom Asteroids (outer stock system data)",
|
"name": "Custom Asteroids (outer stock system data)",
|
||||||
"abstract": "Adds comets outside orbit of Jool",
|
"abstract": "Adds comets outside orbit of Jool",
|
||||||
|
"author": "Starstrider42",
|
||||||
|
"license": "MIT",
|
||||||
"release_status": "stable",
|
"release_status": "stable",
|
||||||
|
"resources": {
|
||||||
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/80483",
|
||||||
|
"kerbalstuff": "https://kerbalstuff.com/mod/251/Custom%20Asteroids",
|
||||||
|
"repository": "https://github.com/Starstrider42/Custom-Asteroids",
|
||||||
|
"x_screenshot": "https://kerbalstuff.com/content/Starstrider42_807/Custom_Asteroids/Custom_Asteroids.png"
|
||||||
|
},
|
||||||
|
"version": "v1.1.0",
|
||||||
|
"ksp_version_min": "0.25",
|
||||||
|
"ksp_version_max": "1.0.99",
|
||||||
|
"provides": [
|
||||||
|
"CustomAsteroids-Pops"
|
||||||
|
],
|
||||||
"depends": [
|
"depends": [
|
||||||
{
|
{
|
||||||
"name": "CustomAsteroids",
|
"name": "CustomAsteroids",
|
||||||
|
@ -11,9 +25,15 @@
|
||||||
"comment": "Version at which config format stabilized."
|
"comment": "Version at which config format stabilized."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"provides": [
|
"install": [
|
||||||
"CustomAsteroids-Pops"
|
{
|
||||||
|
"file": "GameData/CustomAsteroids",
|
||||||
|
"install_to": "GameData",
|
||||||
|
"filter_regexp": "(?<!Trans-Jool\\.cfg)$"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
|
"download": "https://kerbalstuff.com/mod/251/Custom%20Asteroids/download/v1.1.0",
|
||||||
|
"download_size": 24276,
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
{
|
{
|
||||||
"name": "AlternisKerbol"
|
"name": "AlternisKerbol"
|
||||||
|
@ -29,26 +49,6 @@
|
||||||
"comment": "The 6.4× and 10× Kerbol packs are compatible; how to select for them?"
|
"comment": "The 6.4× and 10× Kerbol packs are compatible; how to select for them?"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"install": [
|
|
||||||
{
|
|
||||||
"file": "GameData/CustomAsteroids",
|
|
||||||
"install_to": "GameData",
|
|
||||||
"filter_regexp": "(?<!Trans-Jool\\.cfg)$"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"x_maintained_by": "Starstrider42",
|
"x_maintained_by": "Starstrider42",
|
||||||
"version": "v1.1.0",
|
|
||||||
"author": "Starstrider42",
|
|
||||||
"download": "https://kerbalstuff.com/mod/251/Custom%20Asteroids/download/v1.1.0",
|
|
||||||
"license": "MIT",
|
|
||||||
"resources": {
|
|
||||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/80483",
|
|
||||||
"repository": "https://github.com/Starstrider42/Custom-Asteroids",
|
|
||||||
"kerbalstuff": "https://kerbalstuff.com/mod/251/Custom%20Asteroids",
|
|
||||||
"x_screenshot": "https://kerbalstuff.com/content/Starstrider42_807/Custom_Asteroids/Custom_Asteroids.png"
|
|
||||||
},
|
|
||||||
"ksp_version_min": "0.25",
|
|
||||||
"ksp_version_max": "1.0.99",
|
|
||||||
"download_size": 24276,
|
|
||||||
"x_generated_by": "netkan"
|
"x_generated_by": "netkan"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue