Remove tnt:boom node after explosion

This commit is contained in:
Jordan Irwin 2021-07-20 11:09:19 -07:00
parent 031664d275
commit 4b8452538e
2 changed files with 2 additions and 0 deletions

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