From adc92fa4ca8874259382a1077ebe36eab390296c Mon Sep 17 00:00:00 2001 From: EoD <293499+EoD@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:26:13 +0200 Subject: [PATCH] bump pack_format version to 15 (#361) Minecraft 1.20 and 1.20.1 use pack_format 15 --- src/main/templates/pack.mcmeta | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/templates/pack.mcmeta b/src/main/templates/pack.mcmeta index 8e3dfe3..7f45022 100644 --- a/src/main/templates/pack.mcmeta +++ b/src/main/templates/pack.mcmeta @@ -1,6 +1,8 @@ { "pack": { - "description": "${mod_name} resources", - "pack_format": 8 + "description": { + "text": "${mod_name} resources" + }, + "pack_format": 15 } }