Update launch.sh

update Youer version
This commit is contained in:
Cobb 2025-12-05 14:18:43 -08:00 committed by GitHub
parent b073f50b3a
commit 9803bb71f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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://api.mohistmc.com/project/youer/1.21.1/builds/326/download
curl -Lo neoforge-${NEOFORGE_VERSION}-installer.jar https://api.mohistmc.com/project/youer/1.21.1/builds/392/download
java -jar neoforge-${NEOFORGE_VERSION}-installer.jar --installServer
fi