From e4d295e3ac03e53588de280480b0783469702da3 Mon Sep 17 00:00:00 2001 From: minimiscus <32967077+minimiscus@users.noreply.github.com> Date: Sat, 22 Nov 2025 03:32:27 +0000 Subject: [PATCH 1/3] update 1.21.9-1.21.10 to new pack format --- pack.mcmeta | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/pack.mcmeta b/pack.mcmeta index 12340a7b3..08803eaf3 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,10 +1,6 @@ { "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.", + "pack_format": 69 } -} +} \ No newline at end of file From e694fe9192d0ec6b5b0dbbbc5b4f879c64f72db9 Mon Sep 17 00:00:00 2001 From: minimiscus <32967077+minimiscus@users.noreply.github.com> Date: Sat, 22 Nov 2025 03:54:16 +0000 Subject: [PATCH 2/3] format correction --- pack.mcmeta | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pack.mcmeta b/pack.mcmeta index 08803eaf3..8137b1010 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,6 +1,7 @@ { "pack": { "description": "The go-to 32x resource pack.", - "pack_format": 69 + "min_format": [69, 0], + "max_format": [69, 0] } } \ No newline at end of file From 9c4f8f728ccdf27b5c1e5df2ecde084ea71500e3 Mon Sep 17 00:00:00 2001 From: minimiscus <32967077+minimiscus@users.noreply.github.com> Date: Sat, 22 Nov 2025 04:17:51 +0000 Subject: [PATCH 3/3] add back october release --- pack.mcmeta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.mcmeta b/pack.mcmeta index 8137b1010..68f58a4a0 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { - "description": "The go-to 32x resource pack.", + "description": "The go-to 32x resource pack.\n§8October 2025 Release", "min_format": [69, 0], "max_format": [69, 0] }