Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
8f9a6612f0
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue