_config.txt 1.3 KB

1234567891011121314151617181920212223242526272829303132
  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) (scarcity)
  8. moreores_tin_chunk_size = 10
  9. moreores_silver_chunk_size = 12
  10. moreores_mithril_chunk_size = 19
  11. moreores_tin_chunk_radius = 3
  12. moreores_silver_chunk_radius = 3
  13. moreores_mithril_chunk_radius = 4
  14. -- Amount of ore per chunk (higher = bigger ore deposits)
  15. moreores_tin_ore_per_chunk = 5
  16. moreores_silver_ore_per_chunk = 4
  17. moreores_mithril_ore_per_chunk = 3
  18. -- Minimal depths of ore generation (Y coordinate, 0 being sea level by default)
  19. moreores_tin_min_depth = -256
  20. moreores_silver_min_depth = -31000
  21. moreores_mithril_min_depth = -31000
  22. -- Maximal depths of ore generation (Y coordinate, 0 being sea level by default)
  23. moreores_tin_max_depth = 400
  24. moreores_silver_max_depth = -256
  25. moreores_mithril_max_depth = -4000