Merge pull request #47 from minimiscus/java-snapshot

update pack.mcmeta to newer format
This commit is contained in:
FHLX
2025-11-22 15:34:10 -05:00
committed by GitHub

View File

@@ -1,10 +1,13 @@
{
"pack": {
"pack_format": 64,
"description": "The go-to 32x resource pack.\n§8October 2025 Release",
"supported_formats": {
"min_inclusive": 43,
"max_inclusive": 64
}
"min_format": [
65,
0
],
"max_format": [
2147483647,
0
]
}
}