Skip to content
This repository was archived by the owner on Apr 7, 2024. It is now read-only.

Commit c5e2bdb

Browse files
authored
spawn cockles
1 parent 82e05ff commit c5e2bdb

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

spawn_aquatic.lua

+27
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,30 @@ minetest.register_ore({
4949
"iron_sand_beach",
5050
},
5151
})
52+
53+
54+
55+
-------------------------
56+
--cockle shellfish beds
57+
minetest.register_ore({
58+
ore_type = "puff",
59+
ore = "aotearoa:mud_with_cockles",
60+
wherein = {"aotearoa:mud"},
61+
clust_scarcity = 16 * 16 * 16,
62+
clust_size = 3,
63+
y_min = -7,
64+
y_max = 0,
65+
noise_threshold = 0.19,
66+
noise_params = {
67+
offset = 0,
68+
scale = 0.8,
69+
spread = {x = 32, y = 32, z = 32},
70+
seed = 4607,
71+
octaves = 2,
72+
persist = 0.4
73+
},
74+
biomes = {
75+
"northern_estuary",
76+
"southern_estuary",
77+
},
78+
})

0 commit comments

Comments
 (0)