Skip to content

Commit adc92fa

Browse files
authored
bump pack_format version to 15 (#361)
Minecraft 1.20 and 1.20.1 use pack_format 15
1 parent 802a779 commit adc92fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/templates/pack.mcmeta

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"pack": {
3-
"description": "${mod_name} resources",
4-
"pack_format": 8
3+
"description": {
4+
"text": "${mod_name} resources"
5+
},
6+
"pack_format": 15
57
}
68
}

0 commit comments

Comments
 (0)