Spawn gravel

This commit is contained in:
Wuzzy 2017-01-05 01:52:03 +01:00
parent 4ed8027099
commit 1917b226de
1 changed files with 14 additions and 0 deletions

View File

@ -30,6 +30,18 @@ minetest.register_alias("mapgen_river_water_source", "default:water_source")
-- Ore generation
--
-- Gravel
minetest.register_ore({
ore_type = "blob",
ore = "default:gravel",
wherein = {"default:stone"},
clust_scarcity = 14*14*14,
clust_num_ores = 33,
clust_size = 5,
height_min = -90,
height_max = 90,
})
--
-- Coal
--
@ -224,6 +236,8 @@ minetest.register_ore({
height_max = -50,
})
--
-- Glowstone
--