World Generation

Waystones will spawn both randomly in the wilderness, as well as in villages.


Configuration

Name Value Default
wildWaystoneStyle Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in.
BIOME
chunksBetweenWildWaystones Approximate chunk distance between wild waystones being generated. Set to 0 to disable generation. 25
wildWaystonesDimensionAllowList List of dimensions that wild waystones are allowed to spawn in. If left empty, all dimensions except those in wildWaystonesDimensionDenyList are used.
[object Object]
[object Object]
[object Object]
wildWaystonesDimensionDenyList List of dimensions that wild waystones are not allowed to spawn in. Only used if wildWaystonesDimensionAllowList is empty.
none
nameGenerationMode Set to 'PRESET_FIRST' to first use names from the nameGenerationPresets. Set to 'PRESET_ONLY' to use only those custom names. Set to 'MIXED' to have some waystones use custom names, and others random names.
PRESET_FIRST
nameGenerationTemplate The template to use when generating new names. Supported placeholders are {Biome} (english biome name) and {MrPork} (the default name generator). {MrPork}
nameGenerationPresets These names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info.
none
spawnInVillages Set to REGULAR to have waystones spawn in some villages. Set to FREQUENT to have waystones spawn in most villages. Set to DISABLED to disable waystone generation in villages. Waystones will only spawn in vanilla or supported villages.
REGULAR
View More