Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4.  
  5. terrainevent {
  6. # nocaves.config.terrainevent.caves
  7. B:Caves=false
  8.  
  9. # nocaves.config.terrainevent.endcity
  10. B:EndCity=true
  11.  
  12. # nocaves.config.terrainevent.mineshaft
  13. B:Mineshaft=true
  14.  
  15. # nocaves.config.terrainevent.netherbridge
  16. B:NetherBridge=true
  17.  
  18. # nocaves.config.terrainevent.nethercave
  19. B:NetherCave=false
  20.  
  21. # nocaves.config.terrainevent.oceanmonument
  22. B:OceanMonument=false
  23.  
  24. # nocaves.config.terrainevent.ravine
  25. B:Ravines=false
  26.  
  27. # nocaves.config.terrainevent.scatteredfeature
  28. B:ScatteredFeature=true
  29.  
  30. # nocaves.config.terrainevent.stonghold
  31. B:Stronghold=false
  32.  
  33. # nocaves.config.terrainevent.village
  34. B:Village=false
  35.  
  36. # nocaves.config.terrainevent.woodlandmansion
  37. B:WoodlandMansion=false
  38. }
  39.  
  40. populationevent {
  41. # nocaves.config.populationevent.animal
  42. B:Animals=true
  43.  
  44. # nocaves.config.populationevent.dungeon
  45. B:Dungeon=false
  46.  
  47. # nocaves.config.populationevent.fire
  48. B:Fire=false
  49.  
  50. # nocaves.config.populationevent.glowstone
  51. B:Glowstone=false
  52.  
  53. # nocaves.config.populationevent.ice
  54. B:Ice=false
  55.  
  56. # nocaves.config.populationevent.lake
  57. B:Lake=false
  58.  
  59. # nocaves.config.populationevent.lava
  60. B:Lava=false
  61.  
  62. # nocaves.config.populationevent.netherlava
  63. B:NetherLava=false
  64.  
  65. # nocaves.config.populationevent.netherlava2
  66. B:NetherLava2=false
  67.  
  68. # nocaves.config.populationevent.nethermagma
  69. B:NetherMagma=false
  70. }
  71.  
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement