magma blocks should be considered dangerous by mobs
This commit is contained in:
parent
f388983b73
commit
e95d8ddf3a
1 changed files with 1 additions and 1 deletions
|
@ -2030,7 +2030,7 @@ local do_states = function(self, dtime)
|
|||
|
||||
elseif self.fire_damage > 0 then
|
||||
|
||||
lp = minetest.find_node_near(s, 1, {"group:fire"})
|
||||
lp = minetest.find_node_near(s, 1, {"group:fire", "mcl_nether:magma"})
|
||||
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue