Minecraft Item DB
DEVELOPER TOOL

Datapack Generator

Plan a clean starter datapack structure for a Minecraft Java project.

Folder structure

7 starter files
pack.mcmeta
data/my_namespace/function/load.mcfunction
data/my_namespace/function/tick.mcfunction
data/my_namespace/recipe/example.json
data/my_namespace/loot_table/example.json
data/minecraft/tags/function/load.json
data/minecraft/tags/function/tick.json

pack.mcmeta

{
    "pack": {
        "pack_format": 0,
        "description": "Generated by MCFT"
    }
}

The pack format is version-dependent; set the correct value for the Minecraft version you target before installing the pack.