"NetKAN generated mods - RealHeat-v4"
This commit is contained in:
parent
09193f7e23
commit
e218e5a4cf
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"spec_version": 1,
|
||||||
|
"identifier": "RealHeat",
|
||||||
|
"name": "RealHeat",
|
||||||
|
"abstract": "Improves the realism of KSP's thermodynamics.",
|
||||||
|
"author": "NathanKell",
|
||||||
|
"license": "CC-BY-SA",
|
||||||
|
"resources": {
|
||||||
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/127769",
|
||||||
|
"repository": "https://github.com/KSP-RO/RealHeat"
|
||||||
|
},
|
||||||
|
"version": "v4",
|
||||||
|
"ksp_version": "1.1",
|
||||||
|
"depends": [
|
||||||
|
{
|
||||||
|
"name": "ModularFlightIntegrator"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"install": [
|
||||||
|
{
|
||||||
|
"file": "RealHeat",
|
||||||
|
"install_to": "GameData"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"download": "https://github.com/KSP-RO/RealHeat/releases/download/v4/RealHeat_v4.zip",
|
||||||
|
"download_size": 22896,
|
||||||
|
"x_generated_by": "netkan"
|
||||||
|
}
|
Loading…
Reference in New Issue