diff --git a/pack.mcmeta b/pack.mcmeta index ce3a19def..e9a922059 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,7 +1,12 @@ { - "pack": { - "description": "The go-to 32x resource pack.\n§8December 2025 Release", - "min_format": [69, 0], - "max_format": [69, 0] - } -} \ No newline at end of file + "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] + } +}