NetKAN added mod - RealAntennas-v2.0
This commit is contained in:
parent
9442ea95aa
commit
3d16549c41
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "RealAntennas",
|
||||
"name": "Real Antennas",
|
||||
"abstract": "KSP Mod to add better antenna / link calculations to CommNet.",
|
||||
"author": "DRVeyl",
|
||||
"version": "v2.0",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"ksp_version_max": "1.11.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"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "RemoteTech"
|
||||
},
|
||||
{
|
||||
"name": "CommNetVisualization"
|
||||
},
|
||||
{
|
||||
"name": "CommNetConstellation"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/DRVeyl/RealAntennas/releases/download/v2.0/RealAntennas-2.0.zip",
|
||||
"download_size": 92454,
|
||||
"download_hash": {
|
||||
"sha1": "C41BA10CBA00290DB43B781B4C5D380226085A86",
|
||||
"sha256": "7E7E3D4C29A5BD795463B3E7AD24B789C5600ED00A7F8E3E3A3987FB4421B53A"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"release_date": "2021-05-17T01:05:35Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue