forked from Mirrorlandia_minetest/mod-sneeker
Remove tnt:boom node after explosion
This commit is contained in:
parent
031664d275
commit
4b8452538e
@ -3,6 +3,7 @@ v1.1
|
||||
----
|
||||
- added sound when hit
|
||||
- fixed entity vertical positioning
|
||||
- fixed tnt:boom node left after explosion
|
||||
|
||||
v1.0
|
||||
----
|
||||
|
@ -301,4 +301,5 @@ function sneeker.boom(pos, large)
|
||||
entity_physics(pos, radius)
|
||||
eject_drops(drops, pos, radius)
|
||||
add_effects(pos, radius)
|
||||
core.remove_node(pos)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user