_config.txt 1.1 KB

12345678910111213141516171819202122232425262728
  1. ------------------------------------------------------------------------------
  2. ------------------------------ CONFIGURATION ---------------------------------
  3. ------------------------------------------------------------------------------
  4. ------------------------------------------------------------------------------
  5. -------- Change settings by changing the values after the "=". ---------------
  6. ------------------------------------------------------------------------------
  7. -- Chunk sizes for ore generation (bigger = ore deposits are more scattered around)
  8. moreores.tin_chunk_size = 7
  9. moreores.silver_chunk_size = 11
  10. moreores.mithril_chunk_size = 11
  11. -- Amount of ore per chunk (higher = bigger ore deposits)
  12. moreores.tin_ore_per_chunk = 3
  13. moreores.silver_ore_per_chunk = 4
  14. moreores.mithril_ore_per_chunk = 1
  15. -- Minimal depths of ore generation (Y coordinate, 0 being sea level by default)
  16. moreores.tin_min_depth = -31000
  17. moreores.silver_min_depth = -31000
  18. moreores.mithril_min_depth = -31000
  19. -- Maximal depths of ore generation (Y coordinate, 0 being sea level by default)
  20. moreores.tin_max_depth = 8
  21. moreores.silver_max_depth = -2
  22. moreores.mithril_max_depth = -512