diff options
author | Botond Hende <nettingman@gmail.com> | 2025-04-30 21:30:20 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2025-04-30 21:30:20 +0200 |
commit | 61465d2f66f75397da400c511b44b0e69ee0c78a (patch) | |
tree | 57c95828abd89d48bfde28c71670c1246b2790e9 | |
parent | 876d908f6b55e11abb1bfac59b38a43963bd4667 (diff) |
updated minecraft version
-rwxr-xr-x | papermc_getlatest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/papermc_getlatest.sh b/papermc_getlatest.sh index f8d0ca9..ee08d8b 100755 --- a/papermc_getlatest.sh +++ b/papermc_getlatest.sh @@ -1,5 +1,5 @@ PROJECT="paper" -MINECRAFT_VERSION="1.20.4" +MINECRAFT_VERSION="1.21.5" LATEST_BUILD=$(curl -s https://api.papermc.io/v2/projects/${PROJECT}/versions/${MINECRAFT_VERSION}/builds | \ jq -r '.builds | map(select(.channel == "default") | .build) | .[-1]') |