bump pack_format version to 15 (#361)

Minecraft 1.20 and 1.20.1 use pack_format 15
This commit is contained in:
EoD 2025-06-03 14:26:13 +02:00 committed by GitHub
parent 802a779e22
commit adc92fa4ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,8 @@
{
"pack": {
"description": "${mod_name} resources",
"pack_format": 8
"description": {
"text": "${mod_name} resources"
},
"pack_format": 15
}
}