Updated to 4.5

This commit is contained in:
Gadoon 2025-07-31 22:46:25 +09:00 committed by GitHub
parent 5b17419c5c
commit 6f3eb682d8
3 changed files with 8 additions and 13 deletions

View file

@ -2,8 +2,8 @@
set -x
NEOFORGE_VERSION=21.1.191
SERVER_VERSION=4.4
NEOFORGE_VERSION=21.1.194
SERVER_VERSION=4.5
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/6763/760/ServerFiles-$SERVER_VERSION.zip" || exit 9
curl -Lo "Server-Files-$SERVER_VERSION.zip" "https://mediafilez.forgecdn.net/files/6827/345/ServerFiles-$SERVER_VERSION.zip" || exit 9
unzip -u -o "Server-Files-$SERVER_VERSION.zip" -d /data
DIR_TEST="ServerFiles-$SERVER_VERSION"