diff --git a/serverpack/start.ps1 b/serverpack/start.ps1 index 6e816e1..bebe19c 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.1.0" +$FINDME_VERSION = "3.2.1" $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 768c30a..38dd810 100644 --- a/serverpack/start.sh +++ b/serverpack/start.sh @@ -30,7 +30,7 @@ fi # FindMe does not allow distribution on curseforge if [ ! -f mods/findme-3.1.1-forge.jar ]; then mkdir -p mods - download "https://mediafilez.forgecdn.net/files/4960/678/findme-3.1.1-forge.jar" -O mods/findme-3.1.1-forge.jar + download "https://mediafilez.forgecdn.net/files/5074/609/findme-3.2.1-forge.jar" -O mods/findme-3.2.1-forge.jar fi # Install packwiz if needed