Initial commit

This commit is contained in:
2025-03-24 19:54:03 +01:00
commit abaad1eec9
7047 changed files with 99946 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
# Configuration file
client {
# Displays Nature's Compass information even while chat is open.
B:naturescompass.displayWithChatOpen=true
# Fixes biome names by adding missing spaces. Ex: ForestHills becomes Forest Hills
B:naturescompass.fixBiomeNames=true
# The line offset for information rendered on the HUD.
I:naturescompass.lineOffset=1
# The side for information rendered on the HUD. Ex: TOPLEFT, BOTTOMRIGHT
S:naturescompass.overlaySide=BOTTOMRIGHT
}
general {
# A list of biomes that the compass will not be able to search for. Specify by resource location (ex: Ocean) or ID (ex: 0)
S:naturescompass.biomeBlacklist <
>
# The maximum distance the compass will search. Raising this value will increase search accuracy but will potentially make the process more resource intensive.
I:naturescompass.distanceModifier=10000
# The maximum samples to be taken when searching for a biome.
I:naturescompass.maxSamples=150000
# The space between samples taken by the compass when searching. Lowering this value will increase search accuracy but will make the process more resource intensive.
I:naturescompass.sampleSpaceModifier=32
}