katubug

Nature's Compass config

Sep 10th, 2019
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. # Configuration file
  2.  
  3. client {
  4. # Displays Nature's Compass information even while chat is open.
  5. B:naturescompass.displayWithChatOpen=true
  6.  
  7. # Fixes biome names by adding missing spaces. Ex: ForestHills becomes Forest Hills
  8. B:naturescompass.fixBiomeNames=true
  9.  
  10. # The line offset for information rendered on the HUD.
  11. I:naturescompass.lineOffset=1
  12. }
  13.  
  14.  
  15. general {
  16. # naturescompass.biomeBlacklist
  17. S:"A list of biomes that the compass will not be able to search for. Both biome names and numerical biome IDs are accepted." <
  18. jeid:error_biome
  19. minecraft:void
  20. randomthings:spectral
  21. biomesoplenty:gravel_beach
  22. appliedenergistics2:storage_biome
  23. twilightforest:twilight_lake
  24. twilightforest:twilight_forest
  25. twilightforest:thornlands
  26. twilightforest:highlands_center
  27. twilightforest:fire_swamp
  28. twilightforest:enchanted_forest
  29. twilightforest:dark_forest
  30. twilightforest:deep_mushroom_forest
  31. twilightforest:firefly_forest
  32. twilightforest:oak_savannah
  33. twilightforest:twilight_clearing
  34. twilightforest:twilight_glacier
  35. twilightforest:twilight_highlands
  36. twilightforest:mushroom_forest
  37. twilightforest:twilight_swamp
  38. twilightforest:twilight_stream
  39. twilightforest:snowy_forest
  40. twilightforest:dense_twilight_forest
  41. fossil:treasure
  42. fossil:lair of darkness
  43. >
  44.  
  45. # Allows a player to teleport to a located biome when in creative mode, opped, or in cheat mode.
  46. B:naturescompass.allowTeleport=true
  47.  
  48. # biomeSize * distanceModifier = maxSearchDistance. Raising this value will increase search accuracy but will potentially make the process more resource intensive.
  49. I:naturescompass.distanceModifier=2500
  50.  
  51. # The maximum samples to be taken when searching for a biome.
  52. I:naturescompass.maxSamples=100000
  53.  
  54. # biomeSize * sampleSpaceModifier = sampleSpace. Lowering this value will increase search accuracy but will make the process more resource intensive.
  55. I:naturescompass.sampleSpaceModifier=16
  56. }
Advertisement
Add Comment
Please, Sign In to add comment