pack.mcmeta

This file needs to be placed in the data pack/resource pack directory for the data pack/resource pack to be recognized by the game:

File Name: pack.mcmeta

File Content:

{
  "pack": {
    "pack_format": 15,
    "description": "§6CoreExtensions API example"
  }
}

Make sure to save this file in the root directory of your data pack/resource pack. The "pack_format" specifies the version of the data pack format, and the "description" provides a description for your data pack/resource pack. This information helps the game identify and load your data pack/resource pack correctly.

Last updated