From 8c55042d42f557d25ea0b06f834ab9bc41ac54e1 Mon Sep 17 00:00:00 2001 From: minimiscus <32967077+minimiscus@users.noreply.github.com> Date: Sat, 31 Jan 2026 18:19:55 +0000 Subject: [PATCH] Fix 1.21.8 pack.mcmeta 1.21.8 still uses the older "supported_formats" system (also how do i disable copilot autocomplete mhhh) --- pack.mcmeta | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pack.mcmeta b/pack.mcmeta index b6c579b48..87676d27b 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,7 +1,6 @@ { "pack": { "description": "The go-to 32x resource pack.\n§8December 2025 Release", - "min_format": 56, - "max_format": 64 + "pack_format": 64 } -} \ No newline at end of file +}