Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/waystones-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
[common.worldgen]
#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.
#Allowed Values: DEFAULT, MOSSY, SANDY, BIOME
worldGenStyle = "MOSSY"
worldGenStyle = "BIOME"
#Set to true if waystones should be added to the generation of villages.
addVillageStructure = false
addVillageStructure = true
#Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation.
#Range: > 0
worldGenFrequency = 30
Expand Down