diff --git a/api.lua b/api.lua index d7fa658..37caa73 100644 --- a/api.lua +++ b/api.lua @@ -4195,7 +4195,7 @@ function mobs:boom(self, pos, node_damage_radius, entity_radius, texture) tiles = {(texture or "tnt_smoke.png")} }) else - mobs:safe_boom(self, pos, radius, texture) + mobs:safe_boom(self, pos, node_damage_radius, texture) end end