Add in ore spawning
This commit is contained in:
parent
78f49d15ac
commit
995bad8176
11
init.lua
11
init.lua
@ -121,3 +121,14 @@ minetest.register_entity("lucky_ore:item",{
|
||||
end,
|
||||
})
|
||||
|
||||
--ore generation
|
||||
minetest.register_ore({
|
||||
ore_type = "scatter",
|
||||
ore = "default:stone_with_coal",
|
||||
wherein = "default:stone",
|
||||
clust_scarcity = 8 * 8 * 8,
|
||||
clust_num_ores = 9,
|
||||
clust_size = 3,
|
||||
y_min = -31000,
|
||||
y_max = 31000,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user