#What is the Datapack pack_format for 1.21.11?

1 messages · Page 1 of 1 (latest)

distant turtle
#

I've been trying for the past 45 minutes to try to figure out the datapack format value for 1.21.11 but nothing has worked
here's my pack.mcmeta:
{
"pack": {
"description": [
{"text":"Comedog's Hunter Datapack", "color":"gold","bold": true},
{"text":"ʙʏ ᴄᴏᴍᴇᴅᴏɢ", "color":"aqua","bold": false}
],
"pack_format": 94.1
}
}

main bolt
#

a quick search on the wiki brings you to the answer
https://minecraft.wiki/w/Pack_format

Minecraft Wiki

Pack format, sometimes referred to as pack version, is a number used in pack.mcmeta to describe what Java Edition versions a resource pack or data pack is compatible with. Each version specifies the pack formats it supports in its version.json. The pack format can be obtained by running /version, or using the F3 + V debug hotkey.
Pack format...

distant turtle
#

i've tried that, it says 94.1

main bolt
#

since 1.21.8 minecraft has moved to a newer structure for your pack.mcmeta

#
Minecraft Wiki

The pack.mcmeta file is used to define metadata of a resource pack or data pack. The presence of this file identifies a directory or ZIP archive file as a resource pack or data pack.

#

you now have min_format and max_format instead of packformat both are an array
so 94.1 becomes [94, 1]

distant turtle
#

thanks!