World Generation
Waystones will spawn both randomly in the wilderness, as well as in villages.
Waystones will spawn both randomly in the wilderness, as well as in villages.
Configuration
wildWaystoneStyle
WorldGenStyle
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. (Default: BIOME) (Allowed values: DEFAULT, MOSSY, SANDY, BLACKSTONE, DEEPSLATE, END_STONE, BIOME)
chunksBetweenWildWaystones
Integer
Approximate chunk distance between wild waystones being generated. Set to 0 to disable generation. (Default: 25)
wildWaystonesDimensionAllowList
Set
List of dimensions that wild waystones are allowed to spawn in. If left empty, all dimensions except those in wildWaystonesDimensionDenyList will be able to spawn waystones, provided the biomes are in the has_structure/waystone tag. (Default: [minecraft:overworld, minecraft:the_nether, minecraft:the_end])
wildWaystonesDimensionDenyList
Set
List of dimensions that wild waystones are not allowed to spawn in, even if the biome is in the has_structure/waystone tag. Only used if wildWaystonesDimensionAllowList is empty. (Default: [])
nameGenerationMode
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. (Default: PRESET_FIRST) (Allowed values: PRESET_FIRST, RANDOM_ONLY, PRESET_ONLY, MIXED)
nameGenerationTemplate
String
The template to use when generating new names. Supported placeholders are {Biome} (english biome name) and {MrPork} (the default name generator). (Default: {MrPork})
nameGenerationPresets
List
These names will be used for the preset name generation mode. See the nameGenerationMode option for more info. (Default: [])
spawnInVillages
VillageWaystoneGeneration
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. (Default: REGULAR) (Allowed values: DISABLED, REGULAR, FREQUENT)