We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda4be3 commit 26b34fbCopy full SHA for 26b34fb
2 files changed
.github/workflows/modrinth-upload.yaml
@@ -39,4 +39,6 @@ jobs:
39
1.21.5
40
1.21.6
41
1.21.7
42
+ 1.21.8
43
+ 1.21.9
44
files: ${{ github.event.release.name }}.zip
pack.mcmeta
@@ -2,14 +2,16 @@
2
"pack": {
3
"description": [
4
{ "text": "Tag game", "color": "green" },
5
- { "text": "\nv1.2.4", "color": "white" },
+ { "text": "\nv1.2.5", "color": "white" },
6
{ "text": "\nBy SuperDyl", "color": "white" }
7
],
8
- "pack_format": 81,
+ "pack_format": 88,
9
"supported_formats": {
10
"min_inclusive": 48,
11
- "max_inclusive": 81
12
- }
+ "max_inclusive": 88
+ },
13
+ "min_format": 48,
14
+ "max_format": 88
15
},
16
"overlays": {
17
"entries": [
0 commit comments