pack.mcmeta may refer to:
- The file used to declare a resource pack
- The file used to declare a data pack
pack.mcmeta is used mainly to name resource pack
here is a template of a pack.mcmeta
{
"pack": {
"pack_format": 5,
"description": "Tutorial Resource Pack"
}
}