Support mob explosions again

This commit is contained in:
Wuzzy 2017-07-25 04:44:46 +02:00
parent b25254e516
commit 388b324fb1
3 changed files with 46 additions and 34 deletions

View file

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

View file

@ -1,4 +1,5 @@
mcl_core
mcl_tnt?
invisibility?
intllib?
lucky_block?