diff --git a/pack.mcmeta b/pack.mcmeta index 6d1d59293..8eef711da 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,13 +1,12 @@ { - "pack": { - "description": "The go-to 32x resource pack.\n§8October 2025 Release", - "min_format": [ - 65, - 0 - ], - "max_format": [ - 2147483647, - 0 - ] - } -} \ No newline at end of file + "pack": { + "pack_format": 94.1, + "description": "The go-to 32x resource pack.\n§8December 2025 Release", + "supported_formats": { + "min_inclusive": 89, + "max_inclusive": 94.1 + }, + "min_format": 89, + "max_format": [94.1, 0] + } +}