add default:mese_ongen and use this for the mapgen as replacement for default:mese
This commit is contained in:
parent
2ce30050d4
commit
346adcd71e
2 changed files with 11 additions and 2 deletions
|
@ -463,7 +463,7 @@ function default.register_ores()
|
|||
|
||||
minetest.register_ore({
|
||||
ore_type = "scatter",
|
||||
ore = "default:mese",
|
||||
ore = "default:mese_ongen",
|
||||
wherein = "default:stone",
|
||||
clust_scarcity = 36 * 36 * 36,
|
||||
clust_num_ores = 3,
|
||||
|
@ -474,7 +474,7 @@ function default.register_ores()
|
|||
|
||||
minetest.register_ore({
|
||||
ore_type = "scatter",
|
||||
ore = "default:mese",
|
||||
ore = "default:mese_ongen",
|
||||
wherein = "default:stone",
|
||||
clust_scarcity = 36 * 36 * 36,
|
||||
clust_num_ores = 3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue