diff --git a/config/waystones-common.toml b/config/waystones-common.toml index 791bb97..2a65d93 100644 --- a/config/waystones-common.toml +++ b/config/waystones-common.toml @@ -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