diff --git a/RealHeat/RealHeat-v1.1.ckan b/RealHeat/RealHeat-v1.1.ckan new file mode 100644 index 0000000000..121cf462af --- /dev/null +++ b/RealHeat/RealHeat-v1.1.ckan @@ -0,0 +1,32 @@ +{ + "spec_version": 1, + "identifier": "RealHeat", + "name": "RealHeat", + "abstract": "Improves the realism of KSP's thermodynamics.", + "license": "CC-BY-SA", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/127769", + "repository": "https://github.com/KSP-RO/RealHeat" + }, + "ksp_version": "1.0.4", + "depends": [ + { + "name": "ModuleManager", + "min_version": "2.6.5" + }, + { + "name": "ModularFlightIntegrator" + } + ], + "install": [ + { + "file": "RealHeat", + "install_to": "GameData" + } + ], + "version": "v1.1", + "author": "NathanKell", + "download": "https://github.com/KSP-RO/RealHeat/releases/download/v1.1/RealHeat_v1.1.zip", + "download_size": 22637, + "x_generated_by": "netkan" +}