mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Merge pull request 'Tweak lapis distribution.' (#3562) from lapis_distribution into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/3562 Reviewed-by: SmokeyDope <smokey@tilde.team>
This commit is contained in:
commit
b4ea9f048b
1 changed files with 7 additions and 7 deletions
|
@ -569,7 +569,7 @@ if minetest.settings:get_bool("mcl_generate_ores", true) then
|
|||
ore_type = "scatter",
|
||||
ore = "mcl_core:stone_with_lapis",
|
||||
wherein = stonelike,
|
||||
clust_scarcity = 10000,
|
||||
clust_scarcity = 7000,
|
||||
clust_num_ores = 7,
|
||||
clust_size = 4,
|
||||
y_min = mcl_worlds.layer_to_y(14),
|
||||
|
@ -581,7 +581,7 @@ if minetest.settings:get_bool("mcl_generate_ores", true) then
|
|||
ore_type = "scatter",
|
||||
ore = "mcl_core:stone_with_lapis",
|
||||
wherein = stonelike,
|
||||
clust_scarcity = 12000,
|
||||
clust_scarcity = 10000,
|
||||
clust_num_ores = 6,
|
||||
clust_size = 3,
|
||||
y_min = mcl_worlds.layer_to_y(10),
|
||||
|
@ -591,7 +591,7 @@ if minetest.settings:get_bool("mcl_generate_ores", true) then
|
|||
ore_type = "scatter",
|
||||
ore = "mcl_core:stone_with_lapis",
|
||||
wherein = stonelike,
|
||||
clust_scarcity = 14000,
|
||||
clust_scarcity = 12000,
|
||||
clust_num_ores = 5,
|
||||
clust_size = 3,
|
||||
y_min = mcl_worlds.layer_to_y(6),
|
||||
|
@ -623,7 +623,7 @@ if minetest.settings:get_bool("mcl_generate_ores", true) then
|
|||
ore_type = "scatter",
|
||||
ore = "mcl_core:stone_with_lapis",
|
||||
wherein = stonelike,
|
||||
clust_scarcity = 12000,
|
||||
clust_scarcity = 10000,
|
||||
clust_num_ores = 6,
|
||||
clust_size = 3,
|
||||
y_min = mcl_worlds.layer_to_y(17),
|
||||
|
@ -633,7 +633,7 @@ if minetest.settings:get_bool("mcl_generate_ores", true) then
|
|||
ore_type = "scatter",
|
||||
ore = "mcl_core:stone_with_lapis",
|
||||
wherein = stonelike,
|
||||
clust_scarcity = 14000,
|
||||
clust_scarcity = 12000,
|
||||
clust_num_ores = 5,
|
||||
clust_size = 3,
|
||||
y_min = mcl_worlds.layer_to_y(21),
|
||||
|
@ -643,7 +643,7 @@ if minetest.settings:get_bool("mcl_generate_ores", true) then
|
|||
ore_type = "scatter",
|
||||
ore = "mcl_core:stone_with_lapis",
|
||||
wherein = stonelike,
|
||||
clust_scarcity = 16000,
|
||||
clust_scarcity = 14000,
|
||||
clust_num_ores = 4,
|
||||
clust_size = 3,
|
||||
y_min = mcl_worlds.layer_to_y(25),
|
||||
|
@ -663,7 +663,7 @@ if minetest.settings:get_bool("mcl_generate_ores", true) then
|
|||
ore_type = "scatter",
|
||||
ore = "mcl_core:stone_with_lapis",
|
||||
wherein = stonelike,
|
||||
clust_scarcity = 32000,
|
||||
clust_scarcity = 28000,
|
||||
clust_num_ores = 1,
|
||||
clust_size = 1,
|
||||
y_min = mcl_worlds.layer_to_y(31),
|
||||
|
|
Loading…
Reference in a new issue