From 0d9c175d7359a818ef932d62892011936053a96f Mon Sep 17 00:00:00 2001 From: Jamiscus Date: Tue, 30 Dec 2025 00:15:24 -0500 Subject: [PATCH] Update pack.mcmeta --- pack.mcmeta | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/pack.mcmeta b/pack.mcmeta index 952ff3ad1..6abe72c16 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,10 +1,12 @@ { - "pack": { - "pack_format": 81, - "description": "The go-to 32x resource pack.\n§8December 2025 Release", - "supported_formats": { - "min_inclusive": 72, - "max_inclusive": 81 + "pack": { + "pack_format": 81, + "description": "The go-to 32x resource pack.\n§8December 2025 Release", + "supported_formats": { + "min_inclusive": 72, + "max_inclusive": 81 + }, + "min_format": 72, + "max_format": [81, 0] } - } }