From 75082daa1df75ac4e3c5246b19faa2001e633592 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 16 Aug 2025 16:50:43 -0500 Subject: [PATCH] modrinth: fix force include handling of default-excluded project (#3622) --- Dockerfile | 2 +- files/modrinth-exclude-include.json | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2c2b3ed3..9bd00a05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \ --var version=${MC_SERVER_RUNNER_VERSION} --var app=mc-server-runner --file {{.app}} \ --from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz -ARG MC_HELPER_VERSION=1.48.9 +ARG MC_HELPER_VERSION=1.48.10 ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION} # used for cache busting local copy of mc-image-helper ARG MC_HELPER_REV=1 diff --git a/files/modrinth-exclude-include.json b/files/modrinth-exclude-include.json index 9e0f604d..d01c3fe7 100644 --- a/files/modrinth-exclude-include.json +++ b/files/modrinth-exclude-include.json @@ -24,7 +24,6 @@ "cherishedworlds", "citresewn", "clickadv", - "cloth-config", "cobblemon-ui-tweaks", "compass-coords", "connectedness", @@ -104,5 +103,11 @@ "zume" ], "globalForceIncludes": [], - "modpacks": {} + "modpacks": { + "cobbleverse": { + "excludes": [ + "cloth-config" + ] + } + } }