Skip to content

Commit

Permalink
Add SigmaDimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbent committed May 3, 2016
1 parent 4cd0579 commit c69eade
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions NetKAN/SigmaDimensions.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"spec_version": 1,
"identifier": "SigmaDimensions",
"$kref": "#/ckan/github/Sigma88/Sigma-Dimensions",
"$vref": "#/ckan/ksp-avc",
"x_netkan_version_edit": "^[vV]?(?<version>.+)$",
"name": "Sigma Dimensions",
"abstract": "A universal rescale mod",
"license": "restricted",
"release_status": "development",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/126548-/"
},
"install": [
{
"file": "GameData/Sigma",
"install_to": "GameData"
}
],
"x_netkan_override": [
{
"version": "0.4.3",
"override": {
"depends": [
{ "name": "ModuleManager", "min_version": "2.6.19" },
{ "name": "Kopernicus", "min_version": "1:beta-06-3" }
]
}
},
{
"version": ">0.4.3",
"override": {
"depends": [
{ "name": "ModuleManager", "min_version": "2.6.23" },
{ "name": "Kopernicus", "min_version": "2:release-1-0-3" }
]
}
}
]
}

0 comments on commit c69eade

Please sign in to comment.