Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 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
- }
- general {
- # naturescompass.biomeBlacklist
- S:"A list of biomes that the compass will not be able to search for. Both biome names and numerical biome IDs are accepted." <
- jeid:error_biome
- minecraft:void
- randomthings:spectral
- biomesoplenty:gravel_beach
- appliedenergistics2:storage_biome
- twilightforest:twilight_lake
- twilightforest:twilight_forest
- twilightforest:thornlands
- twilightforest:highlands_center
- twilightforest:fire_swamp
- twilightforest:enchanted_forest
- twilightforest:dark_forest
- twilightforest:deep_mushroom_forest
- twilightforest:firefly_forest
- twilightforest:oak_savannah
- twilightforest:twilight_clearing
- twilightforest:twilight_glacier
- twilightforest:twilight_highlands
- twilightforest:mushroom_forest
- twilightforest:twilight_swamp
- twilightforest:twilight_stream
- twilightforest:snowy_forest
- twilightforest:dense_twilight_forest
- fossil:treasure
- fossil:lair of darkness
- >
- # Allows a player to teleport to a located biome when in creative mode, opped, or in cheat mode.
- B:naturescompass.allowTeleport=true
- # biomeSize * distanceModifier = maxSearchDistance. Raising this value will increase search accuracy but will potentially make the process more resource intensive.
- I:naturescompass.distanceModifier=2500
- # The maximum samples to be taken when searching for a biome.
- I:naturescompass.maxSamples=100000
- # biomeSize * sampleSpaceModifier = sampleSpace. Lowering this value will increase search accuracy but will make the process more resource intensive.
- I:naturescompass.sampleSpaceModifier=16
- }
Advertisement
Add Comment
Please, Sign In to add comment