modrinth: fix force include handling of default-excluded project (#3622)

This commit is contained in:
Geoff Bourne
2025-08-16 16:50:43 -05:00
committed by GitHub
parent b1d68a65aa
commit 75082daa1d
2 changed files with 8 additions and 3 deletions

View File

@@ -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

View File

@@ -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"
]
}
}
}