mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-12 21:40:32 +01:00
Dungeon master spawn even if they is light
Dungeon master no longer afraid of the light ;)
This commit is contained in:
parent
7f09f134b1
commit
e90186a2cc
|
@ -82,7 +82,7 @@ mobs:register_mob("mobs:dungeon_master", {
|
|||
shoot_offset = 0,
|
||||
blood_texture = "mobs_blood.png",
|
||||
})
|
||||
mobs:register_spawn("mobs:dungeon_master", {"default:stone, nether:netherrack"}, 2, -1, 6000, 1, -70)
|
||||
mobs:register_spawn("mobs:dungeon_master", {"default:stone, nether:netherrack"}, 20, -1, 6000, 1, -100)
|
||||
|
||||
-- Fireball (weapon)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user