actually i lied

This commit is contained in:
ursamina
2024-02-27 02:46:37 +00:00
parent 30e76872f2
commit 1ffe6183b4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
$GAME_VERSION = "1.20.1" $GAME_VERSION = "1.20.1"
$FORGE_VERSION = "1.20.1-47.1.84" $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" $PACK_URI = "https://raw.githubusercontent.com/GregTechCEu/GregTech-Modern-Community-Pack/main/pack.toml"

View File

@@ -28,7 +28,7 @@ if [ ! -f forge-$FORGE_VERSION-installer.jar ]; then
fi fi
# FindMe does not allow distribution on curseforge # 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 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 download "https://mediafilez.forgecdn.net/files/5074/609/findme-3.2.1-forge.jar" -O mods/findme-3.2.1-forge.jar
fi fi