Support mob explosions again
This commit is contained in:
parent
b25254e516
commit
388b324fb1
3 changed files with 46 additions and 34 deletions
|
@ -1694,7 +1694,7 @@ local do_states = function(self, dtime)
|
|||
|
||||
self.object:remove()
|
||||
|
||||
if minetest.get_modpath("tnt") and tnt and tnt.boom
|
||||
if minetest.get_modpath("mcl_tnt") and tnt and tnt.boom
|
||||
and not minetest.is_protected(pos, "") then
|
||||
|
||||
tnt.boom(pos, {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
mcl_core
|
||||
mcl_tnt?
|
||||
invisibility?
|
||||
intllib?
|
||||
lucky_block?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue