summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2025-04-30 21:55:13 +0200
committerBotond Hende <nettingman@gmail.com>2025-04-30 21:55:13 +0200
commitaa3bfa5820f0290663ccabb598b1e217b5b426a5 (patch)
tree9091a277fa1c8d7e619bce32361eeee42b6393a9
parent61465d2f66f75397da400c511b44b0e69ee0c78a (diff)
changed minecraft versionHEADmaster
-rwxr-xr-xpapermc_getlatest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/papermc_getlatest.sh b/papermc_getlatest.sh
index ee08d8b..7dcb257 100755
--- a/papermc_getlatest.sh
+++ b/papermc_getlatest.sh
@@ -1,5 +1,5 @@
PROJECT="paper"
-MINECRAFT_VERSION="1.21.5"
+MINECRAFT_VERSION="1.21.4"
LATEST_BUILD=$(curl -s https://api.papermc.io/v2/projects/${PROJECT}/versions/${MINECRAFT_VERSION}/builds | \
jq -r '.builds | map(select(.channel == "default") | .build) | .[-1]')