From 64d8826a01f71bb7e26d32667b4d667779801cf6 Mon Sep 17 00:00:00 2001 From: Cobb <32686451+Cobbert@users.noreply.github.com> Date: Fri, 2 Jan 2026 14:16:48 -0800 Subject: [PATCH] Update launch.sh --- launch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launch.sh b/launch.sh index 22c2b60..012fb5b 100644 --- a/launch.sh +++ b/launch.sh @@ -1,7 +1,7 @@ #!/bin/bash set -x -NEOFORGE_VERSION=21.1.217 +NEOFORGE_VERSION=21.1.215 SERVER_VERSION=5.4 cd /data @@ -28,7 +28,7 @@ if ! [[ -f "Server-Files-$SERVER_VERSION.zip" ]]; then rm -fr "$DIR_TEST" fi - curl -Lo neoforge-${NEOFORGE_VERSION}-installer.jar https://api.mohistmc.com/project/youer/1.21.1/builds/418/download + curl -Lo neoforge-${NEOFORGE_VERSION}-installer.jar https://api.mohistmc.com/project/youer/1.21.1/builds/382/download java -jar neoforge-${NEOFORGE_VERSION}-installer.jar --installServer fi