Add pyramids.
Needs more monsters.
This commit is contained in:
parent
6bea364511
commit
c2ac5a93be
4 changed files with 167 additions and 10 deletions
1
mobs.lua
1
mobs.lua
|
@ -635,6 +635,7 @@ if minetest.registered_entities["mobs_monster:sand_monster"] then
|
|||
mobs.spawning_mobs["fun_caves:sand_monster"] = true
|
||||
|
||||
mobs:register_spawn("fun_caves:sand_monster", {"default:sand"}, 20, 0, 4000, 3, -50)
|
||||
mobs:register_spawn("fun_caves:sand_monster", {"fun_caves:pyramid_1"}, default.LIGHT_MAX - 1, 0, 200, 5, 31000)
|
||||
|
||||
mobs:register_egg("fun_caves:sand_monster", "Deep Sand Monster", "default_sand.png", 1)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue