Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
bfcb5ce50b
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "EngineLightRelit",
|
||||
"name": "Engine Lighting Relit",
|
||||
"abstract": "A simple mod that adds lighting effects to all engines and decouplers",
|
||||
"author": "linuxgurugamer",
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/182906-engine-lighting-relit/",
|
||||
"spacedock": "https://spacedock.info/mod/2111/Engine%20Lighting%20Relit",
|
||||
"repository": "https://github.com/linuxgurugamer/EngineLightRelit",
|
||||
"x_screenshot": "https://spacedock.info/content/linuxgurugamer_179/Engine_Lighting_Relit/Engine_Lighting_Relit-1552764686.3158028.png"
|
||||
},
|
||||
"version": "1.6.0.4",
|
||||
"ksp_version_min": "1.4.5",
|
||||
"ksp_version_max": "1.7.1",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager",
|
||||
"min_version": "2.6.3"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "HotRockets"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "EngineLighting"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "EngineLightRelit",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/2111/Engine%20Lighting%20Relit/download/1.6.0.4",
|
||||
"download_size": 30457,
|
||||
"download_hash": {
|
||||
"sha1": "6676E2A48B22736DD7D5227160916AE18BD76984",
|
||||
"sha256": "E683731D72D53817D7335409A46417095DB5BB55B4C7DF55DF9FE19BFC8F0EB1"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "Science-Full-Reward",
|
||||
"name": "Science - Full Reward! (Continued)",
|
||||
"abstract": "Get full science rewards from doing your science!",
|
||||
"author": [
|
||||
"maculator",
|
||||
"Tekaoh"
|
||||
],
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/185199-*",
|
||||
"repository": "https://github.com/tekaohksp/Science-Full-Reward"
|
||||
},
|
||||
"version": "v3.0",
|
||||
"ksp_version": "any",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "xScienceContinued"
|
||||
},
|
||||
{
|
||||
"name": "Science-Full-Transmit"
|
||||
},
|
||||
{
|
||||
"name": "ContractConfigurator-FieldResearch"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/tekaohksp/Science-Full-Reward/releases/download/v3.0/Science-Full-Reward.zip",
|
||||
"download_size": 1673,
|
||||
"download_hash": {
|
||||
"sha1": "C6D6D7FFE6BF595554CAB3F00A608C0BFDD8ED64",
|
||||
"sha256": "C8A30841EFE95E4B1F722C94EC66A2D7E064C0A4C79D8C7C22A8A1B2A057DC74"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -10,8 +10,7 @@
|
|||
"repository": "https://github.com/tekaohksp/Science-Full-Transmit"
|
||||
},
|
||||
"version": "v1.0.0",
|
||||
"ksp_version_min": "1.4.0",
|
||||
"ksp_version_max": "1.7",
|
||||
"ksp_version": "any",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
|
@ -22,7 +21,7 @@
|
|||
"name": "xScienceContinued"
|
||||
},
|
||||
{
|
||||
"name": "NMSG"
|
||||
"name": "Science-Full-Reward"
|
||||
},
|
||||
{
|
||||
"name": "ContractConfigurator-FieldResearch"
|
||||
|
|
Loading…
Reference in New Issue