Fix server forge version (#155)

This commit is contained in:
htmlcsjs
2025-11-11 13:42:32 +00:00
committed by GitHub
parent 06a78e3ba4
commit 4281f17e14
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
$GAME_VERSION = "1.20.1" $GAME_VERSION = "1.20.1"
$FORGE_VERSION = "1.20.1-47.3.6" $FORGE_VERSION = "1.20.1-47.4.6"
$FINDME_VERSION = "1.20.1-3.2.1d" $FINDME_VERSION = "1.20.1-3.2.1d"
$PACK_TAG = "v1.14.1" $PACK_TAG = "v1.14.1"

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
FORGE_VERSION="1.20.1-47.3.6" FORGE_VERSION="1.20.1-47.4.6"
PACK_TAG="v1.14.1" PACK_TAG="v1.14.1"
# Ensure java is installed # Ensure java is installed