summaryrefslogtreecommitdiff
path: root/_config.txt
diff options
context:
space:
mode:
authorkilbith <jeanpatrick.guerrero@gmail.com>2015-06-07 11:03:47 +0200
committerkilbith <jeanpatrick.guerrero@gmail.com>2015-06-07 11:03:47 +0200
commit82cb616117c78e6265252cd61978d94752840079 (patch)
tree779500430843e2c990523bc56eb2ebddf3bc286b /_config.txt
parent992807bf6b6b03fe3af3abfc0471665c8845e279 (diff)
Cleanup and update textures
Diffstat (limited to '_config.txt')
-rw-r--r--_config.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/_config.txt b/_config.txt
index 68c6658..e716b2e 100644
--- a/_config.txt
+++ b/_config.txt
@@ -7,29 +7,21 @@
------------------------------------------------------------------------------
-- 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