diff options
author | Calinou <calinou9999spam@gmail.com> | 2013-07-11 20:32:45 +0200 |
---|---|---|
committer | Calinou <calinou9999spam@gmail.com> | 2013-07-11 20:32:45 +0200 |
commit | e315dd323532b07e77c9e9975bbc7dafff3bd2cf (patch) | |
tree | 689f4a1fba3d39c9f8f4506a8349667fb126573f /_config.txt | |
parent | f4281ef84c8625fbd589a43091273c0f62dd7096 (diff) |
More Ores
Diffstat (limited to '_config.txt')
-rw-r--r-- | _config.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/_config.txt b/_config.txt new file mode 100644 index 0000000..68c6658 --- /dev/null +++ b/_config.txt @@ -0,0 +1,35 @@ +------------------------------------------------------------------------------ +------------------------------ CONFIGURATION --------------------------------- +------------------------------------------------------------------------------ + +------------------------------------------------------------------------------ +-------- Change settings by changing the values after the "=". --------------- +------------------------------------------------------------------------------ + +-- Chunk sizes for ore generation (bigger = ore deposits are more scattered around) +moreores_copper_chunk_size = 8 +moreores_tin_chunk_size = 7 +moreores_silver_chunk_size = 11 +moreores_gold_chunk_size = 14 +moreores_mithril_chunk_size = 11 + +-- Amount of ore per chunk (higher = bigger ore deposits) +moreores_copper_ore_per_chunk = 8 +moreores_tin_ore_per_chunk = 3 +moreores_silver_ore_per_chunk = 4 +moreores_gold_ore_per_chunk = 4 +moreores_mithril_ore_per_chunk = 1 + +-- Minimal depths of ore generation (Y coordinate, 0 being sea level by default) +moreores_copper_min_depth = -31000 +moreores_tin_min_depth = -31000 +moreores_silver_min_depth = -31000 +moreores_gold_min_depth = -31000 +moreores_mithril_min_depth = -31000 + +-- Maximal depths of ore generation (Y coordinate, 0 being sea level by default) +moreores_copper_max_depth = 64 +moreores_tin_max_depth = 8 +moreores_silver_max_depth = -2 +moreores_gold_max_depth = -64 +moreores_mithril_max_depth = -512 |