From f8957aa7cbdc55388943edd5c9406acd18a0ea2e Mon Sep 17 00:00:00 2001 From: Jochen Jacobs Date: Thu, 24 Oct 2024 00:28:57 +0200 Subject: [PATCH] fix datapack format for 1.21.3 --- src/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.ts b/src/util.ts index f5c4e13..a00eccc 100644 --- a/src/util.ts +++ b/src/util.ts @@ -163,7 +163,7 @@ export const versionMetadata: { [version: string]: Metadata } = { "translation_key": "dropdown.add.built_in.winter_drop" } ], - datapackFormat: 56, + datapackFormat: 57, resourceLocations: { structure: ResourceLocation.STRUCTURE },