Skip to content
Snippets Groups Projects
Commit 922b782d authored by TenPlus1's avatar TenPlus1
Browse files

height_min/max bug fixed for sandy node

parent 96a45ccc
No related branches found
No related tags found
No related merge requests found
......@@ -134,8 +134,8 @@ minetest.register_ore({
clust_scarcity = 10*10*10,
clust_num_ores = 24,
clust_size = 4,
height_max = -14,
height_min = -100,
y_max = -14,
y_min = -100,
})
-- randomly generate coral or seaweed and have seaweed grow up to 10 high
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment