Update pack.mcmeta

This commit is contained in:
Jamiscus
2025-12-30 00:16:08 -05:00
parent 2b2aa56987
commit e801267cae

View File

@@ -1,7 +1,12 @@
{
"pack": {
"description": "The go-to 32x resource pack.\n§8December 2025 Release",
"min_format": [69, 0],
"max_format": [69, 0]
}
}
"pack": {
"pack_format": 88.0,
"description": "The go-to 32x resource pack.\n§8December 2025 Release",
"supported_formats": {
"min_inclusive": 82,
"max_inclusive": 88.0
},
"min_format": 82,
"max_format": [88.0, 0]
}
}