forked from VoxeLibre/VoxeLibre
Merge pull request 'Tweak lapis distribution.' (#3562) from lapis_distribution into master
Reviewed-on: MineClone2/MineClone2#3562 Reviewed-by: SmokeyDope <smokey@tilde.team>
This commit is contained in:
commit
b4ea9f048b
|
@ -569,7 +569,7 @@ if minetest.settings:get_bool("mcl_generate_ores", true) then
|
||||||
ore_type = "scatter",
|
ore_type = "scatter",
|
||||||
ore = "mcl_core:stone_with_lapis",
|
ore = "mcl_core:stone_with_lapis",
|
||||||
wherein = stonelike,
|
wherein = stonelike,
|
||||||
clust_scarcity = 10000,
|
clust_scarcity = 7000,
|
||||||
clust_num_ores = 7,
|
clust_num_ores = 7,
|
||||||
clust_size = 4,
|
clust_size = 4,
|
||||||
y_min = mcl_worlds.layer_to_y(14),
|
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_type = "scatter",
|
||||||
ore = "mcl_core:stone_with_lapis",
|
ore = "mcl_core:stone_with_lapis",
|
||||||
wherein = stonelike,
|
wherein = stonelike,
|
||||||
clust_scarcity = 12000,
|
clust_scarcity = 10000,
|
||||||
clust_num_ores = 6,
|
clust_num_ores = 6,
|
||||||
clust_size = 3,
|
clust_size = 3,
|
||||||
y_min = mcl_worlds.layer_to_y(10),
|
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_type = "scatter",
|
||||||
ore = "mcl_core:stone_with_lapis",
|
ore = "mcl_core:stone_with_lapis",
|
||||||
wherein = stonelike,
|
wherein = stonelike,
|
||||||
clust_scarcity = 14000,
|
clust_scarcity = 12000,
|
||||||
clust_num_ores = 5,
|
clust_num_ores = 5,
|
||||||
clust_size = 3,
|
clust_size = 3,
|
||||||
y_min = mcl_worlds.layer_to_y(6),
|
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_type = "scatter",
|
||||||
ore = "mcl_core:stone_with_lapis",
|
ore = "mcl_core:stone_with_lapis",
|
||||||
wherein = stonelike,
|
wherein = stonelike,
|
||||||
clust_scarcity = 12000,
|
clust_scarcity = 10000,
|
||||||
clust_num_ores = 6,
|
clust_num_ores = 6,
|
||||||
clust_size = 3,
|
clust_size = 3,
|
||||||
y_min = mcl_worlds.layer_to_y(17),
|
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_type = "scatter",
|
||||||
ore = "mcl_core:stone_with_lapis",
|
ore = "mcl_core:stone_with_lapis",
|
||||||
wherein = stonelike,
|
wherein = stonelike,
|
||||||
clust_scarcity = 14000,
|
clust_scarcity = 12000,
|
||||||
clust_num_ores = 5,
|
clust_num_ores = 5,
|
||||||
clust_size = 3,
|
clust_size = 3,
|
||||||
y_min = mcl_worlds.layer_to_y(21),
|
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_type = "scatter",
|
||||||
ore = "mcl_core:stone_with_lapis",
|
ore = "mcl_core:stone_with_lapis",
|
||||||
wherein = stonelike,
|
wherein = stonelike,
|
||||||
clust_scarcity = 16000,
|
clust_scarcity = 14000,
|
||||||
clust_num_ores = 4,
|
clust_num_ores = 4,
|
||||||
clust_size = 3,
|
clust_size = 3,
|
||||||
y_min = mcl_worlds.layer_to_y(25),
|
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_type = "scatter",
|
||||||
ore = "mcl_core:stone_with_lapis",
|
ore = "mcl_core:stone_with_lapis",
|
||||||
wherein = stonelike,
|
wherein = stonelike,
|
||||||
clust_scarcity = 32000,
|
clust_scarcity = 28000,
|
||||||
clust_num_ores = 1,
|
clust_num_ores = 1,
|
||||||
clust_size = 1,
|
clust_size = 1,
|
||||||
y_min = mcl_worlds.layer_to_y(31),
|
y_min = mcl_worlds.layer_to_y(31),
|
||||||
|
|
Loading…
Reference in New Issue