Added light ore!

This commit is contained in:
Amaz1 2014-05-14 21:28:50 +01:00
parent a5f29b214b
commit 7b3b79335d
9 changed files with 58 additions and 4 deletions

10
mods/mapgen/ores.lua Normal file
View file

@ -0,0 +1,10 @@
minetest.register_ore({
ore_type = "scatter",
ore = "moontest:lightore",
wherein = "moontest:stone",
clust_scarcity = 10*10*10,
clust_num_ores = 6,
clust_size = 5,
height_min = -31000,
height_max = 5,
})