diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-05-01 10:40:29 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-05-01 10:40:29 +0100 |
commit | 240bd3f94265ec9aa9720c8ebd2b375b1bb84334 (patch) | |
tree | fbd5aa979422c49c058a877f45ba4f243bb187c9 /api.lua | |
parent | b51bafcf0edc6aaf4825bd2e6f0a0f3b351dc951 (diff) |
Added ability to use sofar's on_blast function in new TNT changes
Diffstat (limited to 'api.lua')
-rw-r--r-- | api.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ --- Mobs Api (28th April 2016) +-- Mobs Api (1st May 2016) mobs = {} mobs.mod = "redo" @@ -2177,6 +2177,7 @@ minetest.register_entity(name, { immune_to = def.immune_to or {}, explosion_radius = def.explosion_radius, custom_attack = def.custom_attack, + on_blast = def.on_blast, on_step = mob_step, |