From d7dbf65446a76c2904dbe8abffb80baf0107b8a8 Mon Sep 17 00:00:00 2001 From: Zacharias <54169874+zaze06@users.noreply.github.com> Date: Wed, 26 Mar 2025 11:08:20 +0100 Subject: [PATCH] Update resourcepack.md Fixed the spesification of a comented json object from JSON to JSONC --- resourcepack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resourcepack.md b/resourcepack.md index 03525ac..4b8f827 100644 --- a/resourcepack.md +++ b/resourcepack.md @@ -10,7 +10,7 @@ This feature is supported in The mcmeta file has no differences just make sure it's a valid pack_format for the version - 1.21.x: `"pack_format": 34` - I recommend adding this, so that you don't need to update the format since the only real requirement is using version 6.2 or newer of this mod -```json +```jsonc "supported_formats": { "min_inclusive": 34, "max_inclusive": 57 // This needs to be the leatest pack_format