Skip to content

Commit 26b34fb

Browse files
committed
Minor update to work in 1.21.9 pack format 88.0.
1 parent cda4be3 commit 26b34fb

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/modrinth-upload.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ jobs:
3939
1.21.5
4040
1.21.6
4141
1.21.7
42+
1.21.8
43+
1.21.9
4244
files: ${{ github.event.release.name }}.zip

pack.mcmeta

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
"pack": {
33
"description": [
44
{ "text": "Tag game", "color": "green" },
5-
{ "text": "\nv1.2.4", "color": "white" },
5+
{ "text": "\nv1.2.5", "color": "white" },
66
{ "text": "\nBy SuperDyl", "color": "white" }
77
],
8-
"pack_format": 81,
8+
"pack_format": 88,
99
"supported_formats": {
1010
"min_inclusive": 48,
11-
"max_inclusive": 81
12-
}
11+
"max_inclusive": 88
12+
},
13+
"min_format": 48,
14+
"max_format": 88
1315
},
1416
"overlays": {
1517
"entries": [

0 commit comments

Comments
 (0)