Add Lunarium; Add Lunarium and Titanium tools

Finally, some proper moontest-exclusives
This commit is contained in:
HeroOfTheWinds 2014-05-16 18:09:08 -10:00
parent 8d5c08ea8b
commit dd7e548864
16 changed files with 238 additions and 1 deletions

View file

@ -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",
})