Fellies/config/naturescompass-common.toml

17 lines
815 B
TOML
Raw Permalink Normal View History

2021-01-28 20:21:47 +00:00
[General]
2021-02-12 14:22:54 +00:00
#biomeSize * sampleSpaceModifier = sampleSpace. Lowering this value will increase search accuracy but will make the process more resource intensive.
#Range: 0 ~ 1000000
sampleSpaceModifier = 16
2021-02-13 10:16:29 +00:00
#Allows a player to teleport to a located biome when in creative mode, opped, or in cheat mode.
allowTeleport = true
2021-02-12 14:22:54 +00:00
#The maximum number of samples to be taken when searching for a biome.
2021-01-28 20:21:47 +00:00
#Range: 0 ~ 1000000
2021-02-12 14:22:54 +00:00
maxSamples = 50000
2021-02-13 10:16:29 +00:00
#A list of biomes that the compass will not be able to search for. Specify by resource location or numeric ID. Ex: ["minecraft:desert", "minecraft:savanna"]
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-28 20:21:47 +00:00