From e801267caeb1a53934ca8f434a35c008e4d42090 Mon Sep 17 00:00:00 2001 From: Jamiscus Date: Tue, 30 Dec 2025 00:16:08 -0500 Subject: [PATCH] Update pack.mcmeta --- pack.mcmeta | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) 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] + } +}