"NetKAN generated mods - CustomAsteroids-v1.2.0"

This commit is contained in:
NetKAN inflator Robot 2015-12-23 18:07:56 +00:00
parent 37b68e4a7f
commit a7318917b5
1 changed files with 9 additions and 3 deletions

View File

@ -2,10 +2,9 @@
"spec_version": 1, "spec_version": 1,
"identifier": "CustomAsteroids", "identifier": "CustomAsteroids",
"name": "Custom Asteroids", "name": "Custom Asteroids",
"abstract": "Custom Asteroids is a mod for KSP that expands the stock asteroid functionality. Under Custom Asteroids most asteroids will not be on a flyby course for Kerbin. Instead, the mod places asteroids in specific populations throughout the stock kerbol system.", "abstract": "Lets users control where asteroids appear",
"author": "Starstrider42", "author": "Starstrider42",
"license": "MIT", "license": "MIT",
"release_status": "stable",
"resources": { "resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/72785-/", "homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/72785-/",
"kerbalstuff": "https://kerbalstuff.com/mod/251/Custom%20Asteroids", "kerbalstuff": "https://kerbalstuff.com/mod/251/Custom%20Asteroids",
@ -15,7 +14,8 @@
"x_screenshot": "https://kerbalstuff.com/content/Starstrider42_807/Custom_Asteroids/Custom_Asteroids.png" "x_screenshot": "https://kerbalstuff.com/content/Starstrider42_807/Custom_Asteroids/Custom_Asteroids.png"
}, },
"version": "v1.2.0", "version": "v1.2.0",
"ksp_version": "1.0.5", "ksp_version_min": "1.0.0",
"ksp_version_max": "1.0.5",
"depends": [ "depends": [
{ {
"name": "CustomAsteroids-Pops" "name": "CustomAsteroids-Pops"
@ -29,6 +29,12 @@
"name": "CustomAsteroids-Pops-Stock-Outer" "name": "CustomAsteroids-Pops-Stock-Outer"
} }
], ],
"conflicts": [
{
"name": "Kopernicus",
"min_version": "1:beta-06"
}
],
"install": [ "install": [
{ {
"file": "GameData/CustomAsteroids", "file": "GameData/CustomAsteroids",