Advertisement
Guest User

TallNether Config.

a guest
Jan 14th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. # This configures the worlds that will have TallNether enabled and the settings for each
  2. # Only worlds of the Nether type will be affected
  3. # Any world you wish enabled *must* be specified in this config
  4. # The only required setting is having 'enabled' to be set to true
  5. # All other settings will use default values if nothing is given in the config
  6. # All worlds not in the config will be ignored
  7. #
  8. # Example config
  9. #
  10. # worlds:
  11. # world1:
  12. # enabled: true
  13. # farlands: true
  14. # lava-sea-level: 40
  15. # gravel-soulsand-limit: 92
  16. # fire-min-height: 4
  17. # fire-max-height: 128
  18. # fire-attempts: 15
  19. # world2:
  20. # enabled: true
  21.  
  22. worlds:
  23. Nether:
  24. enabled: true
  25. farlands: false
  26. lowX: -12550824
  27. lowZ: -12550824
  28. highX: -12550824
  29. highZ: -12550824
  30. lava-sea-level: 48
  31. gravel-soulsand-limit: 128
  32. fortress-min: 64
  33. fortress-max: 90
  34. lavafall-attempts: 12
  35. lavafall-min-height: 4
  36. lavafall-max-height: 248
  37. fire-attempts: 20
  38. fire-min-height: 4
  39. fire-max-height: 248
  40. glowstone1-attempts: 20
  41. glowstone1-min-height: 4
  42. glowstone1-max-height: 248
  43. glowstone2-attempts: 20
  44. glowstone2-min-height: 0
  45. glowstone2-max-height: 256
  46. brown-shroom-attempts: 2
  47. brown-shroom-min-height: 0
  48. brown-shroom-max-height: 256
  49. red-shroom-attempts: 2
  50. red-shroom-min-height: 0
  51. red-shroom-max-height: 256
  52. quartz-attempts: 32
  53. quartz-min-height: 10
  54. quartz-max-height: 246
  55. hidden-lava-attempts: 32
  56. hidden-lava-min-height: 10
  57. hidden-lava-max-height: 246
  58. magma-block-attempts: 4
  59. magma-block-min-height: 43
  60. magma-block-max-height: 53
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement