1
0
鏡像自 https://github.com/minetest-mods/technic.git 已同步 2025-12-31 19:15:20 +01:00

Zinc rareness FIX(?)

I created the issue and i will fix it. But still idk if this really helps. (It helped me)
At least it will make it more common in -32 and 2 Y distance. To compare its like in between iron and coal i belive.
此提交包含在:
Alexander German
2017-03-28 17:30:36 +05:00
提交者 GitHub
父節點 383f7df22d
當前提交 8390998ff3

查看文件

@@ -58,9 +58,7 @@ minetest.register_ore({
clust_num_ores = 5,
clust_size = 7,
y_min = -32,
y_max = 2,
noise_params = lead_params,
noise_threshhold = lead_threshhold,
y_max = 2
})
minetest.register_ore({