-
-
Notifications
You must be signed in to change notification settings - Fork 185
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 - DynamicBatteryStorage-2-2.3.4.0
- Loading branch information
1 parent
e453a35
commit 837f444
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
46 changes: 46 additions & 0 deletions
46
DynamicBatteryStorage/DynamicBatteryStorage-2-2.3.4.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": 1, | ||
"identifier": "DynamicBatteryStorage", | ||
"name": "Dynamic Battery Storage", | ||
"abstract": "A mod intended to help with vessel construction by providing electricity planning functions and solve problems related to power flow.", | ||
"author": "Nertea (Chris Adderley)", | ||
"version": "2:2.3.4.0", | ||
"ksp_version_min": "1.8.0", | ||
"ksp_version_max": "1.12.99", | ||
"license": "MIT", | ||
"resources": { | ||
"homepage": "https://github.com/post-kerbin-mining-corporation/DynamicBatteryStorage/wiki", | ||
"repository": "https://github.com/post-kerbin-mining-corporation/DynamicBatteryStorage", | ||
"bugtracker": "https://github.com/post-kerbin-mining-corporation/DynamicBatteryStorage/issues", | ||
"metanetkan": "https://github.com/post-kerbin-mining-corporation/DynamicBatteryStorage/raw/master/CKAN/DynamicBatteryStorage.netkan", | ||
"remote-avc": "https://raw.githubusercontent.com/post-kerbin-mining-corporation/DynamicBatteryStorage/master/GameData/DynamicBatteryStorage/Versioning/DynamicBatteryStorage.version" | ||
}, | ||
"tags": [ | ||
"plugin", | ||
"library" | ||
], | ||
"localizations": [ | ||
"de-de", | ||
"en-us", | ||
"es-es", | ||
"fr-fr", | ||
"ru", | ||
"zh-cn" | ||
], | ||
"install": [ | ||
{ | ||
"file": "GameData/DynamicBatteryStorage", | ||
"install_to": "GameData" | ||
} | ||
], | ||
"download": "https://github.com/post-kerbin-mining-corporation/DynamicBatteryStorage/releases/download/2.3.4/DynamicBatteryStorage_2_3_4.zip", | ||
"download_size": 107205, | ||
"download_hash": { | ||
"sha1": "07348124188A11B8EFE00064A4D4FB49A2D2B186", | ||
"sha256": "C3B7E3BAE641C137C284A868F9A49B74DA97B0FC4B4CD0520104A218F313ADDF" | ||
}, | ||
"download_content_type": "application/zip", | ||
"install_size": 230755, | ||
"release_date": "2024-11-21T06:17:35Z", | ||
"x_generated_by": "netkan" | ||
} |