From 3ee591a6ee0dbaeeeabfa44d5710f58cecd83027 Mon Sep 17 00:00:00 2001 From: incidentalstoat Date: Thu, 15 Aug 2024 23:43:06 -0500 Subject: [PATCH] Waystones spawn in villages --- config/waystones-common.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/waystones-common.toml b/config/waystones-common.toml index 6150f60..4239188 100644 --- a/config/waystones-common.toml +++ b/config/waystones-common.toml @@ -95,7 +95,7 @@ dimensionAllowList = [ "minecraft:overworld", "minecraft:the_nether", "minecraft dimensionDenyList = [ ] # Ensures that pretty much every village will have a waystone, by spawning it as early as possible. In addition, this means waystones will generally be located in the center of the village. -forceSpawnInVillages = false +forceSpawnInVillages = true # Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation. frequency = 25