From ffb910115b6575e97eda0a678ca45396cbe7c913 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Thu, 8 Dec 2022 11:11:05 +1100 Subject: [PATCH] update tags and deps --- CKAN/NFENTRPatch.ckan | 6 +++++- CKAN/PESnacks.ckan | 8 +++++++- CKAN/RSDedup.ckan | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CKAN/NFENTRPatch.ckan b/CKAN/NFENTRPatch.ckan index 61609f8..d5a3f00 100644 --- a/CKAN/NFENTRPatch.ckan +++ b/CKAN/NFENTRPatch.ckan @@ -9,6 +9,10 @@ "release_status": "stable", "ksp_version_min": "1.8.0", "ksp_version_max": "1.12.99", + "depends": [ + { "name": "NearFutureElectrical" }, + { "name": "ReStockPlus" } + ], "resources": { "homepage": "https://git.shadowkat.net/izaya/KSP-mods/KPUFlags", "repository": "https://git.shadowkat.net/izaya/KSP-mods", @@ -19,7 +23,7 @@ } ], "tags": [ - "flags" + "config" ], "download": "https://git.shadowkat.net/izaya/KSP-mods/archive/master.zip", "download_content_type": "application/zip", diff --git a/CKAN/PESnacks.ckan b/CKAN/PESnacks.ckan index 3bde6c3..0bb4d73 100644 --- a/CKAN/PESnacks.ckan +++ b/CKAN/PESnacks.ckan @@ -9,6 +9,10 @@ "release_status": "stable", "ksp_version_min": "1.8.0", "ksp_version_max": "1.12.99", + "depends": [ + { "name": "Benjee10MMSEV" }, + { "name": "Snacks" } + ], "resources": { "homepage": "https://git.shadowkat.net/izaya/KSP-mods/PESnacks", "repository": "https://git.shadowkat.net/izaya/KSP-mods", @@ -19,7 +23,9 @@ } ], "tags": [ - "flags" + "crewed", + "resources", + "config" ], "download": "https://git.shadowkat.net/izaya/KSP-mods/archive/master.zip", "download_content_type": "application/zip", diff --git a/CKAN/RSDedup.ckan b/CKAN/RSDedup.ckan index c7656b0..c3b0934 100644 --- a/CKAN/RSDedup.ckan +++ b/CKAN/RSDedup.ckan @@ -9,6 +9,10 @@ "release_status": "stable", "ksp_version_min": "1.8.0", "ksp_version_max": "1.12.99", + "depends": [ + { "name": "MissingHistory" }, + { "name": "ReStockPlus" } + ], "resources": { "homepage": "https://git.shadowkat.net/izaya/KSP-mods/RSDedup", "repository": "https://git.shadowkat.net/izaya/KSP-mods", @@ -19,7 +23,8 @@ } ], "tags": [ - "flags" + "parts", + "config" ], "download": "https://git.shadowkat.net/izaya/KSP-mods/archive/master.zip", "download_content_type": "application/zip",