mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-12 19:10:26 +01:00
More mithril
This commit is contained in:
parent
dd8e8e755c
commit
3baca43ef9
@ -32,3 +32,36 @@ minetest.register_ore({
|
|||||||
y_min = -31000,
|
y_min = -31000,
|
||||||
y_max = -1024,
|
y_max = -1024,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_ore({
|
||||||
|
ore_type = "scatter",
|
||||||
|
ore = "moreores:mineral_mithril",
|
||||||
|
wherein = "default:stone",
|
||||||
|
clust_scarcity = 15 * 15 * 15,
|
||||||
|
clust_num_ores = 2,
|
||||||
|
clust_size = 6,
|
||||||
|
y_min = -31000,
|
||||||
|
y_max = -2048,
|
||||||
|
})
|
||||||
|
|
||||||
|
minetest.register_ore({
|
||||||
|
ore_type = "scatter",
|
||||||
|
ore = "moreores:mineral_mithril",
|
||||||
|
wherein = "default:stone",
|
||||||
|
clust_scarcity = 22 * 22 * 22,
|
||||||
|
clust_num_ores = 5,
|
||||||
|
clust_size = 9,
|
||||||
|
y_min = -31000,
|
||||||
|
y_max = -4096,
|
||||||
|
})
|
||||||
|
|
||||||
|
minetest.register_ore({
|
||||||
|
ore_type = "scatter",
|
||||||
|
ore = "moreores:mineral_mithril",
|
||||||
|
wherein = "default:stone",
|
||||||
|
clust_scarcity = 28 * 28 * 28,
|
||||||
|
clust_num_ores = 20,
|
||||||
|
clust_size = 12,
|
||||||
|
y_min = -31000,
|
||||||
|
y_max = -12288,
|
||||||
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user