Skip to content
OreCruncher edited this page Nov 1, 2015 · 1 revision

With Restructured you can adjust the frequency of village generation. To do this you can adjust the following configuration parameters. These values are in chunks.

# Distance between villages (0 = Minecraft default) [range: 0 ~ 2147483647, default: 0]
I:"Minimum distance between villages"=0

# Village Density (0 = Minecraft default) [range: 0 ~ 2147483647, default: 0]
I:"Village Density"=0
  • Minimum distance between villages - Just that. The Minecraft default is 8.
  • Village Density - This is the relative range between villages. The lower the number the closer the villages will be, and the higher the quantity. The Minecraft default is 32.

NOTES:

  • Village density must be greater than the minimum distance.
  • If Minecraft doesn’t like the values, it will crash with an exception.
Clone this wiki locally