The Graveyard - Structure Spacing and Separation Tweaks
This datapack allows you to configure the frequency of appearance and distance between structures from the Graveyard mod in the Minecraft world. The set already includes predefined parameters that make some tombstone-based buildings significantly rarer.
Datapack Installation
For proper operation, you need to place the datapack in the directory:
.minecraft/saves/your_world_name/datapack
Package Format Configuration
Check the "pack_format" parameter in the pack.mcmeta file. It must match your game 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
How to Configure Structure Generation
Open the JSON file for the structure you're interested in and change the distance and frequency parameters:
Spacing (distance between generation attempts): Average interval between neighboring attempts to create structures. Value range from 0 to 4096 inclusive.
Separation (minimum distance): The smallest distance in chunks between two neighboring generation attempts. Value ranges from 0 to 4096 (inclusive) and must be less than or equal to the spacing parameter. The maximum distance between neighboring structure creation zones is calculated using the formula: 2*spacing - separation.