diff --git a/generacioncita.lua b/generacioncita.lua index 725de50..132c988 100644 --- a/generacioncita.lua +++ b/generacioncita.lua @@ -6,7 +6,7 @@ minetest.register_ore({ ore = "uwu:stone_with_uwu", wherein = "default:stone", clust_scarcity = 16 * 16 * 16, - clust_num_ores = 5, + clust_num_ores = 3, clust_size = 3, y_max = 31000, y_min = 1025, @@ -19,8 +19,8 @@ minetest.register_ore({ clust_scarcity = 17 * 17 * 17, clust_num_ores = 3, clust_size = 4, - y_max = -250, - y_min = -750, + y_max = -1000, + y_min = -2500, }) minetest.register_ore({ @@ -30,6 +30,6 @@ minetest.register_ore({ clust_scarcity = 15 * 15 * 15, clust_num_ores = 5, clust_size = 2, - y_max = -751, - y_min = -31000, + y_max = -2500, + y_min = -5000, })