Fellies/config[copied]/naturescompass-common.toml

17 lines
790 B
TOML
Raw Normal View History

2021-01-17 12:40:59 +00:00
[General]
#biomeSize * sampleSpaceModifier = sampleSpace. Lowering this value will increase search accuracy but will make the process more resource intensive.
#Range: 0 ~ 1000000
sampleSpaceModifier = 16
2021-01-26 10:32:42 +00:00
#Allows a player to teleport to a located biome when in creative mode, opped, or in cheat mode.
allowTeleport = true
2021-01-17 12:40:59 +00:00
#The maximum number of samples to be taken when searching for a biome.
#Range: 0 ~ 1000000
maxSamples = 50000
2021-01-26 10:32:42 +00:00
#A list of biomes that the compass will not be able to search for. Specify by resource location (ex: minecraft:ocean) or ID (ex: 0)
biomeBlacklist = []
#biomeSize * radiusModifier = maxSearchRadius. Raising this value will increase search accuracy but will potentially make the process more resource .
#Range: 0 ~ 1000000
radiusModifier = 2500
2021-01-17 12:40:59 +00:00