|
|
@ -100,10 +100,10 @@ minetest.register_ore({ |
|
|
|
ore_type = "scatter", |
|
|
|
ore = "nftools:stone_with_bismuth", |
|
|
|
wherein = "default:stone", |
|
|
|
clust_scarcity = 24*24*24, |
|
|
|
clust_num_ores = 27, |
|
|
|
clust_size = 6, |
|
|
|
y_max = -64, |
|
|
|
clust_scarcity = 24*24*24, |
|
|
|
clust_num_ores = 4, |
|
|
|
clust_size = 3, |
|
|
|
y_max = -64, |
|
|
|
y_min = -31000, |
|
|
|
flags = "absheight", |
|
|
|
}) |
|
|
@ -114,11 +114,11 @@ minetest.register_ore({ |
|
|
|
ore_type = "scatter", |
|
|
|
ore = "nftools:stone_with_amber", |
|
|
|
wherein = "default:stone", |
|
|
|
clust_scarcity = 24*24*24, |
|
|
|
clust_num_ores = 27, |
|
|
|
clust_size = 6, |
|
|
|
y_max = -64, |
|
|
|
y_min = -31000, |
|
|
|
clust_scarcity = 48*48*48, |
|
|
|
clust_num_ores = 1, |
|
|
|
clust_size = 2, |
|
|
|
y_max = -8, |
|
|
|
y_min = -64, |
|
|
|
flags = "absheight", |
|
|
|
}) |
|
|
|
|
|
|
@ -128,12 +128,11 @@ minetest.register_ore({ |
|
|
|
ore_type = "scatter", |
|
|
|
ore = "nftools:stone_with_blackopal", |
|
|
|
wherein = "default:stone", |
|
|
|
clust_scarcity = 24*24*24, |
|
|
|
clust_num_ores = 27, |
|
|
|
clust_size = 6, |
|
|
|
y_max = -64, |
|
|
|
y_min = -31000, |
|
|
|
flags = "absheight", |
|
|
|
clust_scarcity = 48*48*48, |
|
|
|
clust_num_ores = 1, |
|
|
|
clust_size = 2, |
|
|
|
y_max = -128, |
|
|
|
y_min = -256, |
|
|
|
}) |
|
|
|
|
|
|
|
-- =================================================================== |
|
|
@ -142,11 +141,11 @@ minetest.register_ore({ |
|
|
|
ore_type = "scatter", |
|
|
|
ore = "nftools:stone_with_turquoise", |
|
|
|
wherein = "default:stone", |
|
|
|
clust_scarcity = 13*13*13, |
|
|
|
clust_num_ores = 5, |
|
|
|
clust_scarcity = 24*24*24, |
|
|
|
clust_num_ores = 3, |
|
|
|
clust_size = 3, |
|
|
|
y_max = -5, |
|
|
|
y_min = -40, |
|
|
|
y_max = -8, |
|
|
|
y_min = -64, |
|
|
|
flags = "absheight", |
|
|
|
}) |
|
|
|
|
|
|
|