2

What is This?

Diane7260 1/5/21 7:43 am
105
1/6/2021 1:22 am
Hello, could someone explain what a " Mcmeta " file is and what you would do with it? It has to do with data packs.
Posted by
Diane7260
Level 1 : New Miner
0

  Have something to say?

JoinSign in

1

In2itivity
01/06/2021 1:22 am
Level 18 : Journeyman System
That file is the main file that tells Minecraft, "this is a data pack." It also gives some basic information about the data pack, described in the Minecraft Wiki page on data packs.
The file contains data in JSON format:

{
"pack":{
"description":"My data pack.",
"pack_format":7
}
}

The description is a description that will be shown to data pack users.
The pack_format represents the version that the pack is meant for.
1

Welcome