1.14.1 Update (#129)

This commit is contained in:
htmlcsjs
2025-08-15 20:01:05 +01:00
committed by GitHub
parent 1bf83abc1d
commit f33304d84f
9 changed files with 297 additions and 105 deletions

View File

@@ -2,7 +2,7 @@ $GAME_VERSION = "1.20.1"
$FORGE_VERSION = "1.20.1-47.3.6"
$FINDME_VERSION = "1.20.1-3.2.1d"
$PACK_TAG = "v1.14.0-server"
$PACK_TAG = "v1.14.1"
$PACK_URI = "https://raw.githubusercontent.com/GregTechCEu/GregTech-Modern-Community-Pack/refs/tags/$PACK_TAG/pack.toml"
# Ensure java is installed

View File

@@ -1,7 +1,7 @@
#!/bin/bash
FORGE_VERSION="1.20.1-47.3.6"
PACK_TAG="v1.14.0-server"
PACK_TAG="v1.14.1"
# Ensure java is installed
if ! command -v java >/dev/null 2>&1; then