From 293689fa178aedba60d2ec663ba71419e4e68922 Mon Sep 17 00:00:00 2001 From: Cobb <32686451+Cobbert@users.noreply.github.com> Date: Fri, 2 Jan 2026 09:54:30 -0800 Subject: [PATCH] Update launch.sh --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.sh b/launch.sh index 1131889..ef02303 100644 --- a/launch.sh +++ b/launch.sh @@ -16,7 +16,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/7058/581/ServerFiles-$SERVER_VERSION.zip" || exit 9 + curl -Lo "Server-Files-$SERVER_VERSION.zip" "https://mediafilez.forgecdn.net/files/7361/524/ServerFiles-$SERVER_VERSION.zip" || exit 9 unzip -u -o "Server-Files-$SERVER_VERSION.zip" -d /data DIR_TEST="ServerFiles-$SERVER_VERSION"