1.14.2 Update (#163)

This commit is contained in:
htmlcsjs
2025-12-14 18:48:23 +00:00
committed by GitHub
parent 4281f17e14
commit 75adf3c52d
21 changed files with 274 additions and 95 deletions

View File

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