From 1865daaf63ce5d6c935e28425db1d010a77cfaed Mon Sep 17 00:00:00 2001 From: Cobb <32686451+Cobbert@users.noreply.github.com> Date: Sat, 11 Oct 2025 18:06:57 -0700 Subject: [PATCH] Update launch.sh mod for mohist --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.sh b/launch.sh index 7b6df46..349ae10 100644 --- a/launch.sh +++ b/launch.sh @@ -29,7 +29,7 @@ if ! [[ -f "Server-Files-$SERVER_VERSION.zip" ]]; then rm -fr "$DIR_TEST" fi - curl -Lo neoforge-${NEOFORGE_VERSION}-installer.jar https://maven.neoforged.net/releases/net/neoforged/neoforge/$NEOFORGE_VERSION/neoforge-$NEOFORGE_VERSION-installer.jar + curl -Lo neoforge-${NEOFORGE_VERSION}-installer.jar https://api.mohistmc.com/project/mohist/1.20.1/builds/312/download java -jar neoforge-${NEOFORGE_VERSION}-installer.jar --installServer fi