Advertisement
duhadventure

Untitled

Mar 14th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. # Configuration file
  2.  
  3. client {
  4. # Special text rendering mode for Ender Compendium, smooths out aliasing in Large GUI scale.
  5. I:compendiumSmoothText=0
  6.  
  7. # Custom music playing in the End dimension and new Music Discs. Music download: https://hee-music.chylex.com
  8. B:enableMusic=true
  9.  
  10. # 0 = enabled on April Fools, 1 = always enabled, 2 = never enabled.
  11. I:hardcoreEnderbaconMode=0
  12.  
  13. # Removes long delays between vanilla music tracks. This will override music from other mods.
  14. B:removeVanillaDelay=false
  15. }
  16.  
  17.  
  18. general {
  19. # List of IMC/API messages, documentation can be found on http://hee-api.chylex.com
  20. S:IMC <
  21. Write your message here
  22. >
  23.  
  24. # Starting ID of achievements, only change this if there is a conflict.
  25. I:achievementStartId=3500
  26.  
  27. # Blacklist of items that should not be decomposable or decomposed into. Visit http://hee.chylex.com/config for syntax and examples.
  28. S:decompositionBlacklist=
  29.  
  30. # Mechanic that allows players to reset the End, may not be desirable on servers.
  31. B:enableTempleCaller=true
  32.  
  33. # Ender Goo interacts with Water by battling it, this might cause lag from block updates.
  34. B:gooBattlesWater=true
  35.  
  36. # Only use for debugging, enabling debug logging will have severe impact on game performance!
  37. B:logDebuggingInfo=false
  38.  
  39. # Additional abilities and increased attributes of mobs in the End, useful for modpacks with powerful weapons and armor.
  40. B:overpoweredMobs=false
  41.  
  42. # Prevents other mods from changing mobs that spawn in the End.
  43. B:overrideBiomeMobs=false
  44.  
  45. # Prevents other mods from adding worldgen features to the End.
  46. B:overrideWorldGen=false
  47.  
  48. # Multiplies spawn weight of Endermen for each overworld biome.
  49. D:overworldEndermanMultiplier=1.0
  50. }
  51.  
  52.  
  53. notifications {
  54. # It is highly suggested to keep this option enabled. This will detect broken builds with critical errors that can crash your game. These are usually fixed very quickly, but it is important to notify people who downloaded the broken build.
  55. B:enableBuildCheck=true
  56.  
  57. # Checks whether a new version for newer Minecraft is available.
  58. B:enableNewerMC=false
  59.  
  60. # Each update only shows a single report.
  61. B:enableOneReportPerUpdate=false
  62.  
  63. # Notifies users about new updates. The notifications can be customized with other options. Due to occasional misconceptions: the notifications have no effect on the game performance.
  64. B:enableUpdateNotifications=true
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement