Change: Sharks drop 4 fish instead of meat, deep algae cave biome now has vines, lead and zinc spawn below -5 height

This commit is contained in:
N-Nachtigal 2025-06-05 19:33:13 +02:00
parent fb09deddc1
commit 00106c85c6
3 changed files with 9 additions and 7 deletions

View file

@ -90,7 +90,7 @@ minetest.register_ore({
clust_num_ores = 5,
clust_size = 7,
y_min = -32,
y_max = 2,
y_max = -6, -- was 2
noise_params = zinc_params,
noise_threshold = zinc_threshold,
})
@ -117,7 +117,7 @@ minetest.register_ore({
clust_num_ores = 5,
clust_size = 3,
y_min = -16,
y_max = 16,
y_max = -6, --was 16
noise_params = lead_params,
noise_threshold = lead_threshold,
})