From 6989e00af7be7d35a5d25322875919287a31ad04 Mon Sep 17 00:00:00 2001 From: ancientmarinerdev Date: Sun, 19 Mar 2023 18:01:39 +0000 Subject: [PATCH] Tweak lapis distribution. --- mods/MAPGEN/mcl_mapgen_core/ores.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mods/MAPGEN/mcl_mapgen_core/ores.lua b/mods/MAPGEN/mcl_mapgen_core/ores.lua index 118806a47..403c0333d 100644 --- a/mods/MAPGEN/mcl_mapgen_core/ores.lua +++ b/mods/MAPGEN/mcl_mapgen_core/ores.lua @@ -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),