You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
530 B
TOML

#
# Rarity of Repurposed Structures Wells.
# This affects the chances of a well spawning in a chunk.
# The chance of a well generating at a chunk is 1/rarityPerChunk.
# 1 for wells spawning in every chunk and 10000 for no wells.
#Range: 1 ~ 10000
badlandsWellRarityPerChunk = 250
#Range: 1 ~ 10000
netherWellRarityPerChunk = 200
#Range: 1 ~ 10000
snowWellRarityPerChunk = 350
#Range: 1 ~ 10000
mossyStoneWellRarityPerChunk = 350
#Range: 1 ~ 10000
forestWellRarityPerChunk = 350
#Range: 1 ~ 10000
mushroomWellRarityPerChunk = 350