Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
756ada6702
|
@ -5,6 +5,7 @@
|
|||
"abstract": "Add 6 new antennas for CommNet, filling a niche in the transmission ranges: direct 5M, relay 25M, relays 7G and 25G, direct and relay 500G.\nAlso include a little plugin, what shows a combinability exponent in the parts' panel (VAB/SPH).",
|
||||
"author": "flart",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/177292-*",
|
||||
"repository": "https://github.com/yalov/CommNetAntennasExtension"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"name": "Mk2 Stockalike Expansion",
|
||||
"abstract": "Adds a wide variety of parts for the Mk2 formfactor",
|
||||
"author": "SuicidalInsanity",
|
||||
"license": "CC-BY-NC-4.0",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/109145-105-mk2-expansion-v1611-update-11132015/&page=1",
|
||||
"spacedock": "https://spacedock.info/mod/473/Mk2%20Stockalike%20Expansion",
|
||||
|
@ -21,12 +21,7 @@
|
|||
"name": "CommunityResourcePack"
|
||||
},
|
||||
{
|
||||
"name": "InterstellarFuelSwitch-Core"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "FerramAerospaceResearch"
|
||||
"name": "B9PartSwitch"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
|
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "ScienceLabInfo",
|
||||
"name": "Science Lab Info (and 6-Crew Lab)",
|
||||
"abstract": "More info about all science labs in the editor/flight and a new Science Lab MPL-LG-6 — a enhanced heavier stock lab with enabled extra sits",
|
||||
"author": "flart",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/179385-*",
|
||||
"repository": "https://github.com/yalov/ScienceLabInfo"
|
||||
},
|
||||
"version": "0.9.1",
|
||||
"ksp_version_min": "1.5.0",
|
||||
"ksp_version_max": "1.5.9",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "SpeedUnitAnnex"
|
||||
},
|
||||
{
|
||||
"name": "CommunityPartsTitles"
|
||||
},
|
||||
{
|
||||
"name": "CommNetAntennasExtension"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "SixCrewScienceLab"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/yalov/ScienceLabInfo/releases/download/0.9.1/ScienceLabInfo-v0.9.1.zip",
|
||||
"download_size": 19789,
|
||||
"download_hash": {
|
||||
"sha1": "60B5F4C000D02784BAAEE6A63B419A37754E8C75",
|
||||
"sha256": "E5FA6F58185885EDE742B2D05BDBB05F12D3CEEF10DBC842BF467011EC408C44"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -5,6 +5,7 @@
|
|||
"abstract": "Add (annex) some new speed unit and helpful value to the navball's top line, depending from navball mode and vesselType.",
|
||||
"author": "flart",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/169611-*",
|
||||
"repository": "https://github.com/yalov/SpeedUnitAnnex"
|
||||
|
|
Loading…
Reference in New Issue