From 013322f7eedec2d7c22f7c770d22f089b01db7e2 Mon Sep 17 00:00:00 2001 From: lowercasebtw Date: Sun, 9 Jun 2024 09:51:33 -0400 Subject: [PATCH] Make pack format support versions 1.20.2+ --- .../resources/resourcepacks/blocking_predicates/pack.mcmeta | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/resourcepacks/blocking_predicates/pack.mcmeta b/src/main/resources/resourcepacks/blocking_predicates/pack.mcmeta index 226d6a2..b59308f 100755 --- a/src/main/resources/resourcepacks/blocking_predicates/pack.mcmeta +++ b/src/main/resources/resourcepacks/blocking_predicates/pack.mcmeta @@ -1,6 +1,11 @@ { "pack": { "pack_format": 12, + "_comment_": "'supported_formats' only works for 1.20.2+", + "supported_formats": { + "min_inclusive": 12, + "max_inclusive": 100 + }, "description": "ยง2Provides the required predicates for Sword Blocking" } }