Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
fb2ade4b2b
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ModActions",
|
||||
"name": "ModActions",
|
||||
"abstract": "Add mouse only actions from right-click menu to action groups, including resource locking and cross-feeding. Supports both stock and other mod's actions.",
|
||||
"author": "Diazo",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/128948",
|
||||
"repository": "https://github.com/SirDiazo/ModActions"
|
||||
},
|
||||
"version": "1.3",
|
||||
"ksp_version": "1.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Diazo",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/SirDiazo/ModActions/releases/download/1.3/ModActions13.zip",
|
||||
"download_size": 38534,
|
||||
"download_hash": {
|
||||
"sha1": "C7C4BBB262E45899C381F5474C366BF8E6E4CC1E",
|
||||
"sha256": "1F19AB6B3E8A52AEC21580053265BA63352056C90FB9D4AC17003881D9C319B7"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "SVT-HighResolution",
|
||||
"name": "Stock Visual Terrain-High Res",
|
||||
"abstract": "A terrain enhancement pack using Kopernicus for the stock planets.",
|
||||
"author": "Galileo88",
|
||||
"license": "CC-BY-NC-ND",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"repository": "https://github.com/Galileo88/Stock-Visual-Terrain"
|
||||
},
|
||||
"version": "1.5",
|
||||
"ksp_version": "1.2.0",
|
||||
"provides": [
|
||||
"SVE-Terrain"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "Kopernicus"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "StockVisualEnhancements"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "SVE-Terrain"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "GameData/SVEKopernicus",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/Galileo88/Stock-Visual-Terrain/releases/download/1.5/SVT.High.resolution.v1.5.zip",
|
||||
"download_size": 188530949,
|
||||
"download_hash": {
|
||||
"sha1": "7B0FCA7E4ADD97C8A01675916BB47036361D241C",
|
||||
"sha256": "587787BAF6E5D4B9473EDE3D7C41986B66E9F535D34D7155A009C17A5E40D30F"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "SVT-LowResolution",
|
||||
"name": "Stock Visual Terrain-Low Res",
|
||||
"abstract": "A terrain enhancement pack using Kopernicus for the stock planets.",
|
||||
"author": "Galileo88",
|
||||
"license": "CC-BY-NC-ND",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"repository": "https://github.com/Galileo88/Stock-Visual-Terrain"
|
||||
},
|
||||
"version": "1.5",
|
||||
"ksp_version": "1.2.0",
|
||||
"provides": [
|
||||
"SVE-Terrain"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "Kopernicus"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "StockVisualEnhancements"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "SVE-Terrain"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "GameData/SVEKopernicus",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/Galileo88/Stock-Visual-Terrain/releases/download/1.5/SVT.Low.Resolution.v1.5.zip",
|
||||
"download_size": 151712789,
|
||||
"download_hash": {
|
||||
"sha1": "B073141CBE2753532D856B9032A5FE20F7307E26",
|
||||
"sha256": "B7C3CD5C3064A9F9BA1B762397DC10AAC83B05165F3569CEEB7B40D6E8F6F69A"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue