Commit 4065300 1 parent 9a29d68 commit 4065300 Copy full SHA for 4065300
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
49
49
--var version=${MC_SERVER_RUNNER_VERSION} --var app=mc-server-runner --file {{.app}} \
50
50
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
51
51
52
- ARG MC_HELPER_VERSION=1.38.0
52
+ ARG MC_HELPER_VERSION=1.38.1
53
53
ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
54
54
# used for cache busting local copy of mc-image-helper
55
55
ARG MC_HELPER_REV=1
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ function handleModrinthProjects() {
245
245
fi
246
246
247
247
if [[ $MODRINTH_PROJECTS ]] && isFamily HYBRID FORGE FABRIC SPIGOT; then
248
- if isFamily HYBRID FORGE ; then
248
+ if isFamily HYBRID; then
249
249
loader=forge
250
250
else
251
251
loader=" ${TYPE,,} "
You can’t perform that action at this time.
0 commit comments