Emerald ore is now rarer and only spawns alone

This commit is contained in:
Wuzzy 2017-03-04 06:29:22 +01:00
parent 5edec9f76d
commit 72b5a87f02
1 changed files with 4 additions and 15 deletions

View File

@ -324,22 +324,11 @@ minetest.register_ore({
ore_type = "scatter",
ore = "mcl_core:stone_with_emerald",
wherein = "mcl_core:stone",
clust_scarcity = 10000,
clust_scarcity = 14340,
clust_num_ores = 1,
clust_size = 2,
y_min = -59,
y_max = -35,
})
minetest.register_ore({
ore_type = "scatter",
ore = "mcl_core:stone_with_emerald",
wherein = "mcl_core:stone",
clust_scarcity = 50000,
clust_num_ores = 3,
clust_size = 2,
y_min = -59,
y_max = -35,
clust_size = 1,
y_min = -500,
y_max = -32,
})
--