master
NathanielFreeman 2021-04-02 22:04:36 +02:00
parent 008e199401
commit 895c3157d4
1 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ minetest.register_ore({
ore = "uwu:stone_with_uwu", ore = "uwu:stone_with_uwu",
wherein = "default:stone", wherein = "default:stone",
clust_scarcity = 16 * 16 * 16, clust_scarcity = 16 * 16 * 16,
clust_num_ores = 5, clust_num_ores = 3,
clust_size = 3, clust_size = 3,
y_max = 31000, y_max = 31000,
y_min = 1025, y_min = 1025,
@ -19,8 +19,8 @@ minetest.register_ore({
clust_scarcity = 17 * 17 * 17, clust_scarcity = 17 * 17 * 17,
clust_num_ores = 3, clust_num_ores = 3,
clust_size = 4, clust_size = 4,
y_max = -250, y_max = -1000,
y_min = -750, y_min = -2500,
}) })
minetest.register_ore({ minetest.register_ore({
@ -30,6 +30,6 @@ minetest.register_ore({
clust_scarcity = 15 * 15 * 15, clust_scarcity = 15 * 15 * 15,
clust_num_ores = 5, clust_num_ores = 5,
clust_size = 2, clust_size = 2,
y_max = -751, y_max = -2500,
y_min = -31000, y_min = -5000,
}) })