Dungeon hardening, part 1
This commit is contained in:
parent
d02f04504b
commit
6225566875
7 changed files with 76 additions and 10 deletions
|
@ -47,6 +47,6 @@ mobs:register_mob("fun_caves:sand_monster", {
|
|||
},
|
||||
})
|
||||
|
||||
mobs:register_spawn("fun_caves:sand_monster", {"group:sand"}, 20, 0, 4000, 3, -50)
|
||||
mobs:register_spawn("fun_caves:sand_monster", {"default:sand"}, 20, 0, 4000, 3, -50)
|
||||
|
||||
mobs:register_egg("fun_caves:sand_monster", "Deep Sand Monster", "default_sand.png", 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue