-
Notifications
You must be signed in to change notification settings - Fork 4
Config
Config is located in stoneholm.toml
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.
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.
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.
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.