Skip to content

Commit 2680e02

Browse files
authored
modrinth: more info in error when dependency has no applicable files (#3142)
1 parent 14f96d1 commit 2680e02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

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

53-
ARG MC_HELPER_VERSION=1.40.2
53+
ARG MC_HELPER_VERSION=1.40.4
5454
ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
5555
# used for cache busting local copy of mc-image-helper
5656
ARG MC_HELPER_REV=1

tests/setuponlytests/vanillatweaks_file/docker-compose.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
restart: "no"
44
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
55
environment:
6-
VANILLATWEAKS_FILE: /config/vt-datapacks.json,/config/vt-craftingtweaks.json,/config/vt-resourcepacks.json
6+
VANILLATWEAKS_FILE: /config/vt-datapacks.json,/config/vt-craftingtweaks.json
77
EULA: "TRUE"
88
SETUP_ONLY: "TRUE"
99
# the following are only used to speed up test execution
@@ -14,6 +14,5 @@ services:
1414
- ./data:/data
1515
- ./vt-datapacks.json:/config/vt-datapacks.json:ro
1616
- ./vt-craftingtweaks.json:/config/vt-craftingtweaks.json:ro
17-
- ./vt-resourcepacks.json:/config/vt-resourcepacks.json:ro
1817
# the following are only used to speed up test execution
1918
- ./verify.sh:/servers/fake.jar
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[[ $EXTENDED_TESTS ]] || exit 1

0 commit comments

Comments
 (0)