diff --git a/CommunityTechTree/CommunityTechTree-1-3.3.7.ckan b/CommunityTechTree/CommunityTechTree-1-3.3.7.ckan index 8b3f937430..6d184d5f29 100644 --- a/CommunityTechTree/CommunityTechTree-1-3.3.7.ckan +++ b/CommunityTechTree/CommunityTechTree-1-3.3.7.ckan @@ -2,11 +2,11 @@ "spec_version": "v1.4", "identifier": "CommunityTechTree", "name": "Community Tech Tree", - "abstract": "The Community Tech Tree is a mod designed to extend the stock technology tree to accommodate many community mods in an inclusive and extensible manner. This takes the form of expansions to the current tech tree. It provides new and extended branches for command pods, thermal management, ion engines, nuclear power and propulsion, and many more useful nodes. ", + "abstract": "Community-developed tech tree extension, with support for many mods.", "author": "Nertea", "license": "CC-BY-NC-4.0", "resources": { - "homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/90530-11-community-tech-tree-24-last-updated-180416/&page=1", + "homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/90530-16x-community-tech-tree-january-21/", "spacedock": "https://spacedock.info/mod/534/Community%20Tech%20Tree", "repository": "https://github.com/ChrisAdderley/CommunityTechTree", "x_screenshot": "https://spacedock.info/content/Nertea_200/Community_Tech_Tree/Community_Tech_Tree-1460998599.9045794.png" @@ -57,6 +57,9 @@ { "name": "NearFutureLaunchVehicles" }, + { + "name": "HeatControl" + }, { "name": "StationPartsExpansionRedux" }, diff --git a/CryoTanks-Core/CryoTanks-Core-1.1.2.ckan b/CryoTanks-Core/CryoTanks-Core-1.1.2.ckan new file mode 100644 index 0000000000..118c2fa352 --- /dev/null +++ b/CryoTanks-Core/CryoTanks-Core-1.1.2.ckan @@ -0,0 +1,34 @@ +{ + "spec_version": "v1.4", + "identifier": "CryoTanks-Core", + "name": "Cryo Tanks Core", + "abstract": "This is the CryoTanks plugin stand-alone, for adding functionality to other mods. It contains no parts and does nothing by itself.", + "author": "ChrisAdderley", + "license": "MIT", + "resources": { + "homepage": "https://github.com/ChrisAdderley/CryoTanks/wiki", + "repository": "https://github.com/ChrisAdderley/CryoTanks" + }, + "version": "1.1.2", + "ksp_version_min": "1.7.0", + "ksp_version_max": "1.7.99", + "supports": [ + { + "name": "CryoTanks" + } + ], + "install": [ + { + "file": "GameData/CryoTanks/Plugins/SimpleBoiloff.dll", + "install_to": "GameData/CryoTanks/Plugins" + } + ], + "download": "https://github.com/ChrisAdderley/CryoTanks/releases/download/1.1.2/CryoTanks_1_1_2.zip", + "download_size": 49550734, + "download_hash": { + "sha1": "97BB37A29384AB7587A15C63EFAF973DD52C233A", + "sha256": "BA5427BA7DF1633D42EFDBCDB65CEC127CD6E1FD110693D33C406121BE2E6FCD" + }, + "download_content_type": "application/zip", + "x_generated_by": "netkan" +} diff --git a/CryoTanks/CryoTanks-1.1.2.ckan b/CryoTanks/CryoTanks-1.1.2.ckan index fca9b06f55..22e6de6fda 100644 --- a/CryoTanks/CryoTanks-1.1.2.ckan +++ b/CryoTanks/CryoTanks-1.1.2.ckan @@ -1,17 +1,21 @@ { "spec_version": "v1.4", "identifier": "CryoTanks", - "name": "Cryogenic Tanks", - "abstract": "A set of fuel tanks containing liquid hydrogen, with active cryocooling", + "name": "Cryo Tanks", + "abstract": "A set of fuel tanks for containing Liquid Hydrogen. Also adds Liquid Hydrogen storage to most stock tanks", "author": "ChrisAdderley", - "license": "CC-BY-NC-SA-4.0", + "license": "restricted", "resources": { + "homepage": "https://github.com/ChrisAdderley/CryoTanks/wiki", "repository": "https://github.com/ChrisAdderley/CryoTanks" }, "version": "1.1.2", "ksp_version_min": "1.7.0", "ksp_version_max": "1.7.99", "depends": [ + { + "name": "CryoTanks-Core" + }, { "name": "ModuleManager" }, @@ -32,8 +36,9 @@ ], "install": [ { - "file": "GameData/CryoTanks", - "install_to": "GameData" + "find": "CryoTanks", + "install_to": "GameData", + "filter": "SimpleBoiloff.dll" } ], "download": "https://github.com/ChrisAdderley/CryoTanks/releases/download/1.1.2/CryoTanks_1_1_2.zip", diff --git a/DeployableEngines/DeployableEngines-1.0.1.ckan b/DeployableEngines/DeployableEngines-1.0.1.ckan index 9669d29153..1b373b6907 100644 --- a/DeployableEngines/DeployableEngines-1.0.1.ckan +++ b/DeployableEngines/DeployableEngines-1.0.1.ckan @@ -4,8 +4,9 @@ "name": "Deployable Engines Plugin", "abstract": "A plugin to manage extending/retracting engine nozzles", "author": "ChrisAdderley", - "license": "CC-BY-NC-SA-4.0", + "license": "MIT", "resources": { + "homepage": "https://github.com/ChrisAdderley/DeployableEngines/wiki", "repository": "https://github.com/ChrisAdderley/DeployableEngines" }, "version": "1.0.1", diff --git a/DynamicBatteryStorage/DynamicBatteryStorage-2-1.4.1.0.ckan b/DynamicBatteryStorage/DynamicBatteryStorage-2-1.4.1.0.ckan index 54f9301ab3..59b5356e13 100644 --- a/DynamicBatteryStorage/DynamicBatteryStorage-2-1.4.1.0.ckan +++ b/DynamicBatteryStorage/DynamicBatteryStorage-2-1.4.1.0.ckan @@ -4,8 +4,9 @@ "name": "Dynamic Battery Storage", "abstract": "A plugin that works around the problems of stock electricity consumption/generation at high time warp", "author": "ChrisAdderley", - "license": "CC-BY-NC-SA-4.0", + "license": "MIT", "resources": { + "homepage": "https://github.com/ChrisAdderley/DynamicBatteryStorage/wiki", "repository": "https://github.com/ChrisAdderley/DynamicBatteryStorage" }, "version": "2:1.4.1.0", diff --git a/NearFutureProps/NearFutureProps-1-0.5.1.ckan b/NearFutureProps/NearFutureProps-1-0.5.1.ckan index 58058d3952..a289a74a77 100644 --- a/NearFutureProps/NearFutureProps-1-0.5.1.ckan +++ b/NearFutureProps/NearFutureProps-1-0.5.1.ckan @@ -2,12 +2,12 @@ "spec_version": "v1.4", "identifier": "NearFutureProps", "name": "Near Future IVA Props", - "abstract": "Props used to build IVA spaces in various mods by Nertea", + "abstract": "Prop pack used to accessorize and decorate IVA spaces", "author": "ChrisAdderley", "license": "CC-BY-NC-SA-4.0", "resources": { "homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/166941-*", - "repository": "https://github.com/ChrisAdderley/NearFutureProps" + "repository": "https://github.com/ChrisAdderley/NearFutureElectrical" }, "version": "1:0.5.1", "ksp_version_min": "1.7.0", @@ -17,7 +17,7 @@ "name": "NearFutureSpacecraft" }, { - "name": "StationPartsExpansion" + "name": "StationPartsExpansionRedux" } ], "install": [