mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-13 18:01:57 -04:00
Added light ore!
This commit is contained in:
parent
a5f29b214b
commit
7b3b79335d
9 changed files with 58 additions and 4 deletions
10
mods/mapgen/ores.lua
Normal file
10
mods/mapgen/ores.lua
Normal 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,
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue