mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-12 17:32:19 -04:00
Add Lunarium; Add Lunarium and Titanium tools
Finally, some proper moontest-exclusives
This commit is contained in:
parent
8d5c08ea8b
commit
dd7e548864
16 changed files with 238 additions and 1 deletions
|
@ -148,3 +148,27 @@ minetest.register_ore({
|
|||
height_max = -64,
|
||||
flags = "absheight",
|
||||
})
|
||||
|
||||
minetest.register_ore({
|
||||
ore_type = "scatter",
|
||||
ore = "moontest:lunariumore",
|
||||
wherein = "moontest:stone",
|
||||
clust_scarcity = 17*17*17,
|
||||
clust_num_ores = 4,
|
||||
clust_size = 3,
|
||||
height_min = -255,
|
||||
height_max = -128,
|
||||
flags = "absheight",
|
||||
})
|
||||
|
||||
minetest.register_ore({
|
||||
ore_type = "scatter",
|
||||
ore = "moontest:lunariumore",
|
||||
wherein = "moontest:stone",
|
||||
clust_scarcity = 15*15*15,
|
||||
clust_num_ores = 4,
|
||||
clust_size = 3,
|
||||
height_min = -31000,
|
||||
height_max = -256,
|
||||
flags = "absheight",
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue