We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a78e3 commit 4281f17Copy full SHA for 4281f17
serverpack/start.ps1
@@ -1,5 +1,5 @@
1
$GAME_VERSION = "1.20.1"
2
-$FORGE_VERSION = "1.20.1-47.3.6"
+$FORGE_VERSION = "1.20.1-47.4.6"
3
$FINDME_VERSION = "1.20.1-3.2.1d"
4
5
$PACK_TAG = "v1.14.1"
serverpack/start.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-FORGE_VERSION="1.20.1-47.3.6"
+FORGE_VERSION="1.20.1-47.4.6"
PACK_TAG="v1.14.1"
6
# Ensure java is installed
0 commit comments