From 0c30923a0303a27ea2af0556fd2dc3f60e111093 Mon Sep 17 00:00:00 2001 From: Cobb <32686451+Cobbert@users.noreply.github.com> Date: Fri, 2 Jan 2026 09:57:59 -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 ef02303..b116875 100644 --- a/launch.sh +++ b/launch.sh @@ -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/392/download + curl -Lo neoforge-${NEOFORGE_VERSION}-installer.jar https://api.mohistmc.com/project/youer/1.21.1/builds/418/download java -jar neoforge-${NEOFORGE_VERSION}-installer.jar --installServer fi