-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NetKAN added mod - DockingAlignmentDisplay-0.3.0
- Loading branch information
1 parent
bfa5944
commit f1a7d17
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
46 changes: 46 additions & 0 deletions
46
DockingAlignmentDisplay/DockingAlignmentDisplay-0.3.0.ckan
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"spec_version": "v1.18", | ||
"identifier": "DockingAlignmentDisplay", | ||
"name": "Docking Alignment Display", | ||
"abstract": "Adds a new instrument providing necessary information to dock with precision.", | ||
"author": "Safarte", | ||
"version": "0.3.0", | ||
"ksp_version": "0.1.3", | ||
"license": "MIT", | ||
"resources": { | ||
"homepage": "https://forum.kerbalspaceprogram.com/topic/218752-v011-for-ksp2-013-docking-alignment-display-dad/", | ||
"spacedock": "https://spacedock.info/mod/3439/Docking%20Alignment%20Display", | ||
"repository": "https://github.com/Safarte/DockingAlignmentDisplay", | ||
"bugtracker": "https://github.com/Safarte/DockingAlignmentDisplay/issues", | ||
"remote-swinfo": "https://raw.githubusercontent.com/Safarte/DockingAlignmentDisplay/main/docking_alignment_display/swinfo.json", | ||
"x_screenshot": "https://spacedock.info/content/Safarte_106659/Docking_Alignment_Display/Docking_Alignment_Display-1691090747.png" | ||
}, | ||
"tags": [ | ||
"plugin" | ||
], | ||
"depends": [ | ||
{ | ||
"name": "SpaceWarp" | ||
}, | ||
{ | ||
"name": "UITKforKSP2" | ||
} | ||
], | ||
"install": [ | ||
{ | ||
"find": "DockingAlignmentDisplay", | ||
"install_to": "BepInEx/plugins" | ||
} | ||
], | ||
"download": "https://spacedock.info/mod/3439/Docking%20Alignment%20Display/download/0.3.0", | ||
"download_size": 20581, | ||
"download_hash": { | ||
"sha1": "B03068D4AA1FEDE76B2BFAD8D690F81146487F38", | ||
"sha256": "BD3402A840CDE1AEF3962ED8B363ABC2246319921F511CE43AC053D7BF975A3E" | ||
}, | ||
"download_content_type": "application/zip", | ||
"install_size": 29183, | ||
"release_date": "2023-08-26T16:36:54.250414+00:00", | ||
"x_via": "Automated SpaceDock CKAN submission", | ||
"x_generated_by": "netkan" | ||
} |