diff --git a/serverpack/start.ps1 b/serverpack/start.ps1 index fa1f961..590a14d 100644 --- a/serverpack/start.ps1 +++ b/serverpack/start.ps1 @@ -1,5 +1,5 @@ $GAME_VERSION = "1.20.1" -$FORGE_VERSION = "1.20.1-47.2.0" +$FORGE_VERSION = "1.20.1-47.3.6" $FINDME_VERSION = "1.20.1-3.2.1d" $PACK_URI = "https://raw.githubusercontent.com/GregTechCEu/GregTech-Modern-Community-Pack/main/pack.toml" diff --git a/serverpack/start.sh b/serverpack/start.sh index 096436a..07635b6 100644 --- a/serverpack/start.sh +++ b/serverpack/start.sh @@ -1,6 +1,6 @@ #!/bin/bash -FORGE_VERSION="1.20.1-47.2.0" +FORGE_VERSION="1.20.1-47.3.6" # Ensure java is installed if ! command -v java >/dev/null 2>&1; then