DEVELOPER TOOL
Datapack Generator
Plan a clean starter datapack structure for a Minecraft Java project.
Folder structure
7 starter filespack.mcmetadata/my_namespace/function/load.mcfunctiondata/my_namespace/function/tick.mcfunctiondata/my_namespace/recipe/example.jsondata/my_namespace/loot_table/example.jsondata/minecraft/tags/function/load.jsondata/minecraft/tags/function/tick.jsonpack.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.