Skip to content

Commit 4065300

Browse files
authored
Fixed handling of Modrinth mods for NeoForge (#2659)
1 parent 9a29d68 commit 4065300

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
4949
--var version=${MC_SERVER_RUNNER_VERSION} --var app=mc-server-runner --file {{.app}} \
5050
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
5151

52-
ARG MC_HELPER_VERSION=1.38.0
52+
ARG MC_HELPER_VERSION=1.38.1
5353
ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
5454
# used for cache busting local copy of mc-image-helper
5555
ARG MC_HELPER_REV=1

scripts/start-setupModpack

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ function handleModrinthProjects() {
245245
fi
246246

247247
if [[ $MODRINTH_PROJECTS ]] && isFamily HYBRID FORGE FABRIC SPIGOT; then
248-
if isFamily HYBRID FORGE; then
248+
if isFamily HYBRID; then
249249
loader=forge
250250
else
251251
loader="${TYPE,,}"

0 commit comments

Comments
 (0)