Skip to content
Grim edited this page Mar 24, 2021 · 3 revisions

Config is located in stoneholm.toml

VILLAGE_SIZE

Integer. 0-2147483648 (Default: 12)

How many iterations of jigsaw generation we do when generating the village. You can see this as the maximum amount of rooms you can pass through from the entrance to the end of a tunnel. Increase this to make villages bigger.

VILLAGE_MAX_DISTANCE

Integer. 0-2147483648 (Default: 34)

The minimum distance in chunks between villages. Must be greater than VILLAGE_MIN_DISTANCE. Lower this if you find villages to be too uncommon.

VILLAGE_MIN_DISTANCE

Integer. 0-2147483648 (Default: 18)

The minimum distance in chunks between villages. Must be smaller than VILLAGE_MAX_DISTANCE. Lower this if you find villages to be too uncommon.

VILLAGE_MAX_DISTANCE_ABOVE_SEALEVEL

Integer. 0-2147483648 (Default: 12)

Max blocks above sea level (Y63) that a village entrance can spawn. This is used to stop villages from spawning up on hills and growing into the air. Raise this if you are okay with the risk and want villages in higher places.

Clone this wiki locally