From 30b1c04a9d3bfe3c121f1bc880dd2e89e8b443c4 Mon Sep 17 00:00:00 2001 From: W3LFARe Date: Tue, 19 Aug 2025 13:41:43 -0400 Subject: [PATCH] Update launch.sh update to 4.6 --- launch.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/launch.sh b/launch.sh index 4890d3f..9a6c2c5 100644 --- a/launch.sh +++ b/launch.sh @@ -2,8 +2,8 @@ set -x -NEOFORGE_VERSION=21.1.194 -SERVER_VERSION=4.5 +NEOFORGE_VERSION=21.1.201 +SERVER_VERSION=4.6 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/6827/345/ServerFiles-$SERVER_VERSION.zip" || exit 9 + curl -Lo "Server-Files-$SERVER_VERSION.zip" "https://mediafilez.forgecdn.net/files/6903/744/ServerFiles-$SERVER_VERSION.zip" || exit 9 unzip -u -o "Server-Files-$SERVER_VERSION.zip" -d /data DIR_TEST="ServerFiles-$SERVER_VERSION"