From 5d6677517035556625a23e4ea3eaa094296d0d5d Mon Sep 17 00:00:00 2001 From: cootshk Date: Tue, 28 May 2024 12:09:09 -0500 Subject: [PATCH] Supported formats in pack.mcmeta --- pack.mcmeta | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pack.mcmeta b/pack.mcmeta index 8de7656..ab2622c 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,6 +1,10 @@ { "pack": { "pack_format": 25, - "description": "Disable netherite armor and tools" + "description": "Disable crafting netherite armor and tools", + "supported_formats": { + "min_inclusive": 11, + "max_inclusive": 45 + } } } \ No newline at end of file