Merge pull request #258 from mrsteyk/patch-1

Zinc is too rare!!! It is an issue!
This commit is contained in:
Vanessa Ezekowitz 2017-03-06 13:56:38 -05:00 committed by GitHub
commit ed2aab46e1
1 changed files with 5 additions and 5 deletions

View File

@ -54,13 +54,13 @@ minetest.register_ore({
ore_type = "scatter", ore_type = "scatter",
ore = "technic:mineral_zinc", ore = "technic:mineral_zinc",
wherein = "default:stone", wherein = "default:stone",
clust_scarcity = 8*8*8, clust_scarcity = 9*9*9,
clust_num_ores = 4, clust_num_ores = 5,
clust_size = 3, clust_size = 7,
y_min = -32, y_min = -32,
y_max = 2, y_max = 2,
noise_params = zinc_params, noise_params = lead_params,
noise_threshhold = zinc_threshhold, noise_threshhold = lead_threshhold,
}) })
minetest.register_ore({ minetest.register_ore({