#What is the Datapack pack_format for 1.21.11?
1 messages · Page 1 of 1 (latest)
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...
i've tried that, it says 94.1
since 1.21.8 minecraft has moved to a newer structure for your pack.mcmeta
you now have min_format and max_format instead of packformat both are an array
so 94.1 becomes [94, 1]
thanks!