Add pyramids.

Needs more monsters.
This commit is contained in:
Duane 2016-06-28 10:23:31 -05:00
parent 6bea364511
commit c2ac5a93be
4 changed files with 167 additions and 10 deletions

View file

@ -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