Waystones spawn in villages
This commit is contained in:
parent
b26bb3854b
commit
3ee591a6ee
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ dimensionAllowList = [ "minecraft:overworld", "minecraft:the_nether", "minecraft
|
||||||
dimensionDenyList = [ ]
|
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.
|
# 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.
|
# Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation.
|
||||||
frequency = 25
|
frequency = 25
|
||||||
|
|
Loading…
Reference in a new issue