Update mobs_mc
This commit is contained in:
parent
a0347a6700
commit
3fb0b6dd44
14 changed files with 30 additions and 23 deletions
|
@ -146,10 +146,8 @@ mobs:register_arrow(":mobs_mc:fireball", {
|
|||
|
||||
-- node hit, bursts into flame
|
||||
hit_node = function(self, pos, node)
|
||||
-- FIXME: Deprecated, switch to mobs:boom instead
|
||||
mobs:explosion(pos, 3, 0, 1)
|
||||
--from tnt
|
||||
minetest.sound_play("tnt_explode", {pos = pos, gain = 1.5, max_hear_distance = 16})
|
||||
|
||||
end
|
||||
})
|
||||
--Spawn egg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue