The Graveyard - Custom Structure Addition
Expand Cemetery Capabilities in Minecraft
This datapack allows you to add your own structures to existing graveyard structures in the game. Your custom constructions will automatically integrate with original objects during generation.
Datapack Installation
For proper operation, place datapack files in your world's corresponding folder: .minecraft/saves/yourWorldName/datapack
Important: check the pack_format parameter in the pack.mcmeta file. It must match your Minecraft version:
- 1.20 → pack_format: 15
- 1.19.4 → pack_format: 12
- 1.19-1.19.3 → pack_format: 10
- 1.18.2 → pack_format: 9
The Process of Adding Structures
Go to the structures folder and place the NBT file with your custom structure inside the directory of the building you want to extend.

Then open the worldgen/template_pool section and navigate to the folder with the same structure name where you placed the NBT file.

Open the pool JSON file (usually start_pool.json) and add a new structure element with the name of your custom object (matching the file name). You can configure the structure's "weight" and determine whether it will adapt to the landscape (like roads in villages).
