Skip to content

Commit 5b920cc

Browse files
authored
modrinth: fixed force include option (#2778)
1 parent 09603f4 commit 5b920cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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.9
52+
ARG MC_HELPER_VERSION=1.38.10
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

docs/types-and-platforms/mod-platforms/modrinth-modpacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To force include client mods, set `MODRINTH_FORCE_INCLUDE_FILES` to a comma or n
6969

7070
In a Compose file:
7171
```yaml
72-
MODRINTH_FORCE_INCLUDE: |
72+
MODRINTH_FORCE_INCLUDE_FILES: |
7373
yet-another-config-lib
7474
```
7575

0 commit comments

Comments
 (0)