-
-
Notifications
You must be signed in to change notification settings - Fork 186
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 - SystemHeat-Harvesters-0.7.5
- Loading branch information
1 parent
fd0e028
commit adb9239
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
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,57 @@ | ||
{ | ||
"spec_version": "v1.4", | ||
"identifier": "SystemHeat-Harvesters", | ||
"name": "System Heat - Resource Harvester Configuration", | ||
"abstract": "This System Heat config package changes stock and mod Resource Harvesters to use the SystemHeat backend. WARNING: potentially vessel-breaking.", | ||
"author": "Nertea (Chris Adderley)", | ||
"version": "0.7.5", | ||
"ksp_version_min": "1.11.0", | ||
"ksp_version_max": "1.12.99", | ||
"license": "CC-BY-NC-SA-4.0", | ||
"resources": { | ||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/193909-1", | ||
"repository": "https://github.com/post-kerbin-mining-corporation/SystemHeat", | ||
"bugtracker": "https://github.com/post-kerbin-mining-corporation/SystemHeat/issues", | ||
"metanetkan": "https://github.com/post-kerbin-mining-corporation/SystemHeat/raw/master/CKAN/SystemHeat-Harvesters.netkan", | ||
"remote-avc": "https://raw.githubusercontent.com/post-kerbin-mining-corporation/SystemHeat/master/GameData/SystemHeat/Versioning/SystemHeat.version" | ||
}, | ||
"tags": [ | ||
"parts", | ||
"plugin" | ||
], | ||
"depends": [ | ||
{ | ||
"name": "ModuleManager" | ||
}, | ||
{ | ||
"name": "SystemHeat" | ||
} | ||
], | ||
"suggests": [ | ||
{ | ||
"name": "SystemHeat-Converters" | ||
}, | ||
{ | ||
"name": "SystemHeat-FissionReactors" | ||
}, | ||
{ | ||
"name": "SystemHeat-FissionEngines" | ||
} | ||
], | ||
"install": [ | ||
{ | ||
"find": "SystemHeatHarvesters", | ||
"install_to": "GameData" | ||
} | ||
], | ||
"download": "https://github.com/post-kerbin-mining-corporation/SystemHeat/releases/download/0.7.5/SystemHeat_0_7_5.zip", | ||
"download_size": 1326238, | ||
"download_hash": { | ||
"sha1": "AD92D837CA0501A1EFDF7ED7ACAD8252CD0005CC", | ||
"sha256": "530C7107226CA1B9E3DFF1F9DD257FE019CC94DF564064E436BC2180DD844760" | ||
}, | ||
"download_content_type": "application/zip", | ||
"install_size": 9339, | ||
"release_date": "2024-09-14T17:50:42Z", | ||
"x_generated_by": "netkan" | ||
} |