Skip to content

Commit 4281f17

Browse files
authored
Fix server forge version (#155)
1 parent 06a78e3 commit 4281f17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

serverpack/start.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$GAME_VERSION = "1.20.1"
2-
$FORGE_VERSION = "1.20.1-47.3.6"
2+
$FORGE_VERSION = "1.20.1-47.4.6"
33
$FINDME_VERSION = "1.20.1-3.2.1d"
44

55
$PACK_TAG = "v1.14.1"

serverpack/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
FORGE_VERSION="1.20.1-47.3.6"
3+
FORGE_VERSION="1.20.1-47.4.6"
44
PACK_TAG="v1.14.1"
55

66
# Ensure java is installed

0 commit comments

Comments
 (0)