NetKAN added mod - SystemHeat-FissionReactors-0.4.0
This commit is contained in:
parent
9f1061d7f3
commit
5eb6346a71
|
@ -0,0 +1,61 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "SystemHeat-FissionReactors",
|
||||
"name": "System Heat - Nuclear Reactor Configuration",
|
||||
"abstract": "This System Heat configuration pack modifies nuclear reactors to use the SystemHeat backend. This principally applies to Near Future Electrical reactors. WARNING: potentially vessel-breaking.",
|
||||
"author": "Nertea (Chris Adderley)",
|
||||
"version": "0.4.0",
|
||||
"ksp_version_min": "1.11.0",
|
||||
"ksp_version_max": "1.11.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-FissionReactors.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"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "NearFutureElectrical"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "SystemHeatConverters"
|
||||
},
|
||||
{
|
||||
"name": "SystemHeatFissionEngines"
|
||||
},
|
||||
{
|
||||
"name": "SystemHeatHarvesters"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "SystemHeatFissionReactors",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/post-kerbin-mining-corporation/SystemHeat/releases/download/0.4.0/SystemHeat_0_4_0.zip",
|
||||
"download_size": 2191843,
|
||||
"download_hash": {
|
||||
"sha1": "DDCCBB453913EE342BBA5522124C700F37E39F46",
|
||||
"sha256": "E2AA1453A6D5A1152E6921FB743819377EB52B2AE674EE5F0D31001627368CD4"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"release_date": "2021-03-26T16:37:24Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue