From adfc2e137dea8e36fad93459e9a2f9a73cd3ed3a Mon Sep 17 00:00:00 2001 From: minimiscus <32967077+minimiscus@users.noreply.github.com> Date: Sat, 22 Nov 2025 03:25:09 +0000 Subject: [PATCH] update pack.mcmeta to newer format --- pack.mcmeta | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/pack.mcmeta b/pack.mcmeta index 12340a7b3..f83fbdaa0 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -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 - } + "description": "The go-to 32x resource pack.", + "min_format": [ + 65, + 0 + ], + "max_format": [ + 2147483647, + 0 + ] } -} +} \ No newline at end of file