Structure

This is the file structure of the data pack:

DataPack:

  • data

    • namespace

      • advancements

      • functions

      • loot_tables

        • blocks

      • recipes

  • pack.mcmeta

In this structure, you'll organize your data pack's content within the "data" directory under different subdirectories like "advancements", "functions", "loot_tables", and "recipes" based on their respective functionalities. The "namespace" directory is where you replace it with your actual namespace. The "pack.mcmeta" file is still used to provide metadata information about the data pack.

Last updated