1.14.3 update (#174)

- Update GT to 7.4.1
- Various quest changes
This commit is contained in:
htmlcsjs
2026-01-07 11:13:14 +00:00
committed by GitHub
parent 2b5d9eb6a6
commit e7b702abe2
9 changed files with 18 additions and 53 deletions

View File

@@ -2,7 +2,7 @@ $GAME_VERSION = "1.20.1"
$FORGE_VERSION = "1.20.1-47.4.10"
$FINDME_VERSION = "1.20.1-3.2.1d"
$PACK_TAG = "v1.14.2"
$PACK_TAG = "v1.14.3"
$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.4.10"
PACK_TAG="v1.14.2"
PACK_TAG="v1.14.3"
# Ensure java is installed
if ! command -v java >/dev/null 2>&1; then