version changes

This commit is contained in:
2023-11-10 14:12:58 -08:00
parent 1c1ca09596
commit 40a4e0a292
43 changed files with 1 additions and 1327 deletions

View File

@@ -2,7 +2,7 @@
# Copyright (c) 2023 fithwum
# All rights reserved
MC_VERSION="1.14"
MC_VERSION="1.14.4"
VERSION_CHECK=$(curl -s "https://piston-meta.mojang.com/mc/game/version_manifest_v2.json" | grep -Pom 1 '"url": "\K[^"]*'$MC_VERSION'.json')
SERVER_FILE=$(curl -s $VERSION_CHECK | jq --raw-output '.downloads.server.url')