From 2e78b135f12e7d8f32d54413a3c2c010165b606a Mon Sep 17 00:00:00 2001 From: minimiscus <32967077+minimiscus@users.noreply.github.com> Date: Sat, 22 Nov 2025 03:35:22 +0000 Subject: [PATCH 1/4] update 1.21.5-1.21.8 to new pack format --- pack.mcmeta | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pack.mcmeta b/pack.mcmeta index f851cf69f..13535a65b 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,10 +1,10 @@ { "pack": { "pack_format": 55, - "description": "The go-to 32x resource pack.\n§8Rolling Release", + "description": "The go-to 32x resource pack.", "supported_formats": { - "min_inclusive": 43, - "max_inclusive": 55 + "min_inclusive": 55, + "max_inclusive": 64 } } } From e81d2ac1dd3a90b5b8eb78c0f47fa8b4fba4646b Mon Sep 17 00:00:00 2001 From: minimiscus <32967077+minimiscus@users.noreply.github.com> Date: Sat, 22 Nov 2025 03:44:46 +0000 Subject: [PATCH 2/4] fix to only update 1.21.5 to new pack format --- pack.mcmeta | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pack.mcmeta b/pack.mcmeta index 13535a65b..6da819c92 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -2,9 +2,5 @@ "pack": { "pack_format": 55, "description": "The go-to 32x resource pack.", - "supported_formats": { - "min_inclusive": 55, - "max_inclusive": 64 - } } } From 1457ea573d90b3b645d31dffb614c78f44413793 Mon Sep 17 00:00:00 2001 From: minimiscus <32967077+minimiscus@users.noreply.github.com> Date: Sat, 22 Nov 2025 03:56:37 +0000 Subject: [PATCH 3/4] we comdemn the use of trailing commas --- pack.mcmeta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.mcmeta b/pack.mcmeta index 6da819c92..ee2a1e66c 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { "pack_format": 55, - "description": "The go-to 32x resource pack.", + "description": "The go-to 32x resource pack." } } From 25c366ada23a36e47ed146d88b52ff2e277eb6eb Mon Sep 17 00:00:00 2001 From: minimiscus <32967077+minimiscus@users.noreply.github.com> Date: Sat, 22 Nov 2025 04:15:03 +0000 Subject: [PATCH 4/4] add rolling release --- pack.mcmeta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.mcmeta b/pack.mcmeta index ee2a1e66c..d00c9f603 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { "pack_format": 55, - "description": "The go-to 32x resource pack." + "description": "The go-to 32x resource pack.\n§8Rolling Release" } }