1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-14 14:28:29 +01:00

Enlevement du silver et du tin deja existants dans moreores

This commit is contained in:
Ataron
2014-11-14 18:47:49 +01:00
parent 947b5eb780
commit 6af63a7e5d
18 changed files with 0 additions and 264 deletions

View File

@@ -229,30 +229,6 @@ minetest.register_ore({
flags = "absheight",
})
minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_silver",
wherein = "default:stone",
clust_scarcity = 14 * 14 * 14,
clust_num_ores = 3,
clust_size = 2,
height_min = -127,
height_max = -16,
flags = "absheight",
})
minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_silver",
wherein = "default:stone",
clust_scarcity = 12 * 12 * 12,
clust_num_ores = 5,
clust_size = 3,
height_min = -30000,
height_max = -128,
flags = "absheight",
})
minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_gold",
@@ -335,18 +311,6 @@ minetest.register_ore({
flags = "absheight",
})
minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_tin",
wherein = "default:stone",
clust_scarcity = 15 * 15 * 15,
clust_num_ores = 5,
clust_size = 3,
height_min = -30000,
height_max = 64,
flags = "absheight",
})
minetest.register_ore({
ore_type = "scatter",
ore = "default:stone_with_coal",