Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
8c42d1e6c8
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "ClickThroughBlocker",
|
||||
"name": "Click Through Blocker",
|
||||
"abstract": "Blocks mouse clicks from going through windows to underlying objects",
|
||||
"author": "linuxgurugamer",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/170747-131-click-through-blocker/",
|
||||
"spacedock": "https://spacedock.info/mod/1689/Click%20Through%20Blocker",
|
||||
"repository": "https://github.com/linuxgurugamer/ClickThroughBlocker"
|
||||
},
|
||||
"version": "0.1.6.1",
|
||||
"ksp_version_min": "1.4.1",
|
||||
"ksp_version_max": "1.4.99",
|
||||
"install": [
|
||||
{
|
||||
"install_to": "GameData",
|
||||
"find": "ClickThroughBlocker"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/1689/Click%20Through%20Blocker/download/0.1.6.1",
|
||||
"download_size": 38932,
|
||||
"download_hash": {
|
||||
"sha1": "61693181D48612ADFC390E2962344A9913FE403C",
|
||||
"sha256": "355016CF0C5D9E513757B4EA25A8C664158DA6FA29BDC7B8118250A54CBDD68A"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_via": "Automated Linuxgurugamer CKAN script",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "EditorExtensionsRedux",
|
||||
"name": "Editor Extensions Redux",
|
||||
"abstract": "Tweaks and features for the in-game vessel editor, e.g. alignment and symmetry aids. Now includes SelectRoot mod",
|
||||
"author": "linuxgurugamer",
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/127378-editor-extensions-redux",
|
||||
"spacedock": "https://spacedock.info/mod/48/Editor%20Extensions%20Redux",
|
||||
"repository": "https://github.com/linuxgurugamer/EditorExtensionsRedux",
|
||||
"x_screenshot": "https://spacedock.info/content/linuxgurugamer_179/Editor_Extensions_Redux/Editor_Extensions_Redux-1467509293.8271828.png"
|
||||
},
|
||||
"version": "3.3.19.3",
|
||||
"ksp_version_min": "1.4.1",
|
||||
"ksp_version_max": "1.4.99",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ClickThroughBlocker"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "JanitorsCloset"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/48/Editor%20Extensions%20Redux/download/3.3.19.3",
|
||||
"download_size": 78766,
|
||||
"download_hash": {
|
||||
"sha1": "1DF88D0A9F0C0CEF2C155074E5C66D01D3948A90",
|
||||
"sha256": "412FFFA4272BA2A388972D5A229F7A7DEDAA7FF6738821B6B4CBF5449B0E55E0"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue