From aee44afad15c743804e04c1c6fd726c5706b1009 Mon Sep 17 00:00:00 2001 From: Tyler Suggs Date: Sat, 18 Apr 2020 04:05:29 -0400 Subject: [PATCH] spawn waystones in villages --- config/waystones-common.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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