NetKAN added mod - RealAntennas-v2.1.1
This commit is contained in:
parent
6fdcc8f2f7
commit
29b19be315
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "RealAntennas",
|
||||
"name": "Real Antennas",
|
||||
"abstract": "KSP Mod to add better antenna / link calculations to CommNet.",
|
||||
"author": "DRVeyl",
|
||||
"version": "v2.1.1",
|
||||
"ksp_version_min": "1.10.1",
|
||||
"ksp_version_max": "1.12.99",
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"resources": {
|
||||
"homepage": "https://github.com/DRVeyl/RealAntennas/wiki",
|
||||
"repository": "https://github.com/DRVeyl/RealAntennas",
|
||||
"bugtracker": "https://github.com/DRVeyl/RealAntennas/issues",
|
||||
"remote-avc": "https://github.com/DRVeyl/RealAntennas/raw/master/GameData/RealAntennas/RealAntennas.version"
|
||||
},
|
||||
"tags": [
|
||||
"comms",
|
||||
"plugin"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "KSPBurst"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "RemoteTech"
|
||||
},
|
||||
{
|
||||
"name": "CommNetVisualization"
|
||||
},
|
||||
{
|
||||
"name": "CommNetConstellation"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/DRVeyl/RealAntennas/releases/download/v2.1.1/RealAntennas-v2.1.1.zip",
|
||||
"download_size": 96474,
|
||||
"download_hash": {
|
||||
"sha1": "E692847899BFBAEB6B91F1FA9EFD31F340E830C8",
|
||||
"sha256": "611452542D8D6810E624D4F3C4467ABB165242AB547E8E7049B59AF97D294493"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"release_date": "2022-02-06T17:13:50Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue