Merge branch 'ores_deeper' into 'master'

silver from -128 and mithril from -2048

See merge request Illuna-Minetest/moreores!2
This commit is contained in:
Milan 2021-09-22 21:27:23 +02:00
commit 6f671c52ce

View File

@ -23,5 +23,5 @@ moreores.mithril_min_depth = -31000
-- Maximal depths of ore generation (Y coordinate, 0 being sea level by default)
moreores.tin_max_depth = 8
moreores.silver_max_depth = -2
moreores.mithril_max_depth = -512
moreores.silver_max_depth = -128
moreores.mithril_max_depth = -2048