diff --git a/Dockerfile b/Dockerfile index 4cf17a6..0a465f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM alpine as downloader WORKDIR /download ARG vs_type=stable -ARG vs_version=1.15.5 +ARG vs_version=1.15.6 RUN wget "https://cdn.vintagestory.at/gamefiles/${vs_type}/vs_server_${vs_version}.tar.gz" RUN tar xzf "vs_server_${vs_version}.tar.gz" diff --git a/build-custom-example/Mods/ExtendedChiselDurability.zip b/build-custom-example/Mods/ExtendedChiselDurability.zip deleted file mode 100644 index 829c164..0000000 Binary files a/build-custom-example/Mods/ExtendedChiselDurability.zip and /dev/null differ diff --git a/build-custom-example/Mods/ExtendedDurability.zip b/build-custom-example/Mods/ExtendedDurability.zip new file mode 100644 index 0000000..be597cf Binary files /dev/null and b/build-custom-example/Mods/ExtendedDurability.zip differ