minecraft-data
minecraft-data copied to clipboard
Pack format version
It would be useful if the pack_format version for resource packs was included for each Minecraft version.
Versions are on the wiki https://minecraft.gamepedia.com/Resource_Pack#Folder_structure, but there might be a better resource.
https://github.com/PrismarineJS/minecraft-data/blob/master/data/pc/common/protocolVersions.json Is it this data version? If yes you can already access it through node-minecraft-data What's the use case btw ?
On Thu, Oct 29, 2020, 19:03 jf908 [email protected] wrote:
It would be useful if the pack_format version for resource packs was included for each Minecraft version.
Versions are on the wiki https://minecraft.gamepedia.com/Resource_Pack#Folder_structure, but there might be a better resource.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/PrismarineJS/minecraft-data/issues/340, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAR437XJKY2TT53XTBF5FMLSNGU65ANCNFSM4TECKWOQ .
I'm specifically talking about this number, not the data version.
1 for 1.6.1–1.8.9, 2 for 1.9–1.10.2, 3 for 1.11–1.12.2, 4 for 1.13–1.14.4, 5 for 1.15–1.16.1 and 6 for 1.16.2–1.16.3
My use case is automatically generating resource packs for multiple Minecraft versions. I could hard code these values in my project but I thought it would be nice if it was included.