Skip to content

Commit 7dc1da0

Browse files
authored
Update GT to 7.5.1 and bump pack ver (#178)
1 parent 9bf8600 commit 7dc1da0

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

index.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ metafile = true
974974

975975
[[files]]
976976
file = "mods/gregtechceu-modern.pw.toml"
977-
hash = "93d78792d5894708cb24ef4ae5f8ee52fbe33a36ac4ae49f4e8db8216344a215"
977+
hash = "4cc70e62f7611b180b8440ae500f2805c079a038d9d58892cc1251e8ba3b56cd"
978978
metafile = true
979979

980980
[[files]]

mods/gregtechceu-modern.pw.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name = "GregTech CEu Modern"
2-
filename = "gtceu-1.20.1-7.5.0.jar"
2+
filename = "gtceu-1.20.1-7.5.1.jar"
33
side = "both"
44

55
[download]
66
hash-format = "sha1"
7-
hash = "740a07a7e171995d3888c01a4445b05c632fdee5"
7+
hash = "9c2b9ccf8c8df293d93b81469c07d2e8ff6b9402"
88
mode = "metadata:curseforge"
99

1010
[update]
1111
[update.curseforge]
12-
file-id = 7593031
12+
file-id = 7598284
1313
project-id = 890405

pack.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name = "GregTech CEu Modern Community Pack"
22
author = "ursamina"
3-
version = "1.14.4"
3+
version = "1.14.5"
44
pack-format = "packwiz:1.1.0"
55

66
[index]
77
file = "index.toml"
88
hash-format = "sha256"
9-
hash = "44851173b76d9afcbf36d938964a63377079dc781092e459b3917f335b8f5ece"
9+
hash = "83d1158b6d139f1c58228ef5cba3c783fb0a3d9b978b38ff36d5baef5dff3b71"
1010

1111
[versions]
1212
forge = "47.4.10"

serverpack/start.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $GAME_VERSION = "1.20.1"
22
$FORGE_VERSION = "1.20.1-47.4.10"
33
$FINDME_VERSION = "1.20.1-3.2.1d"
44

5-
$PACK_TAG = "v1.14.4"
5+
$PACK_TAG = "v1.14.5"
66
$PACK_URI = "https://raw.githubusercontent.com/GregTechCEu/GregTech-Modern-Community-Pack/refs/tags/$PACK_TAG/pack.toml"
77

88
# Ensure java is installed

serverpack/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
FORGE_VERSION="1.20.1-47.4.10"
4-
PACK_TAG="v1.14.4"
4+
PACK_TAG="v1.14.5"
55

66
# Ensure java is installed
77
if ! command -v java >/dev/null 2>&1; then

0 commit comments

Comments
 (0)