diff --git a/serverpack/start.ps1 b/serverpack/start.ps1 index bebe19c..3c85c84 100644 --- a/serverpack/start.ps1 +++ b/serverpack/start.ps1 @@ -1,6 +1,6 @@ $GAME_VERSION = "1.20.1" $FORGE_VERSION = "1.20.1-47.1.84" -$FINDME_VERSION = "3.2.1" +$FINDME_VERSION = "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 38dd810..1514caf 100644 --- a/serverpack/start.sh +++ b/serverpack/start.sh @@ -28,7 +28,7 @@ if [ ! -f forge-$FORGE_VERSION-installer.jar ]; then fi # FindMe does not allow distribution on curseforge -if [ ! -f mods/findme-3.1.1-forge.jar ]; then +if [ ! -f mods/findme-3.2.1-forge.jar ]; then mkdir -p mods download "https://mediafilez.forgecdn.net/files/5074/609/findme-3.2.1-forge.jar" -O mods/findme-3.2.1-forge.jar fi