From d84806cc2075e4846168e8515eb0736ea825fd79 Mon Sep 17 00:00:00 2001 From: w3lfare Date: Sat, 23 Aug 2025 18:49:19 -0400 Subject: [PATCH] update 4.9 --- Dockerfile | 2 +- README.md | 2 +- launch.sh | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3011617..6d4c328 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM eclipse-temurin:21-jdk -LABEL version="4.6" +LABEL version="4.9" RUN apt-get update && apt-get install -y curl unzip jq && \ diff --git a/README.md b/README.md index 8d9901e..2a44e44 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# [All the Mods 10-4.6](https://www.curseforge.com/minecraft/modpacks/all-the-mods-10) on Curseforge +# [All the Mods 10-4.9](https://www.curseforge.com/minecraft/modpacks/all-the-mods-10) on Curseforge - [Description](#description) diff --git a/launch.sh b/launch.sh index 9a6c2c5..6801b01 100644 --- a/launch.sh +++ b/launch.sh @@ -2,8 +2,8 @@ set -x -NEOFORGE_VERSION=21.1.201 -SERVER_VERSION=4.6 +NEOFORGE_VERSION=21.1.203 +SERVER_VERSION=4.9 cd /data @@ -17,7 +17,7 @@ fi if ! [[ -f "Server-Files-$SERVER_VERSION.zip" ]]; then rm -fr config defaultconfigs kubejs mods packmenu Server-Files-* neoforge* - curl -Lo "Server-Files-$SERVER_VERSION.zip" "https://mediafilez.forgecdn.net/files/6903/744/ServerFiles-$SERVER_VERSION.zip" || exit 9 + curl -Lo "Server-Files-$SERVER_VERSION.zip" "https://mediafilez.forgecdn.net/files/6919/955/ServerFiles-$SERVER_VERSION.zip" || exit 9 unzip -u -o "Server-Files-$SERVER_VERSION.zip" -d /data DIR_TEST="ServerFiles-$SERVER_VERSION"