forked from Mirrorlandia_minetest/mod-sneeker
Remove tnt:boom node after explosion
This commit is contained in:
parent
2289f6a261
commit
e1496df0a6
1
TODO.txt
1
TODO.txt
@ -2,7 +2,6 @@
|
|||||||
TODO:
|
TODO:
|
||||||
- add version using mobs_redo API
|
- add version using mobs_redo API
|
||||||
- add version using cmer API
|
- add version using cmer API
|
||||||
- fix explosion leaving "tnt:boom" node
|
|
||||||
- add wear to armor when exploding
|
- add wear to armor when exploding
|
||||||
- add no-griefing setting
|
- add no-griefing setting
|
||||||
- disable attacking if damage disabled
|
- disable attacking if damage disabled
|
||||||
|
@ -4,6 +4,7 @@ v1.1
|
|||||||
- added sound when hit
|
- added sound when hit
|
||||||
- fixed entity vertical positioning
|
- fixed entity vertical positioning
|
||||||
- added setting to customize spawn nodes
|
- added setting to customize spawn nodes
|
||||||
|
- fixed tnt:boom node left after explosion
|
||||||
|
|
||||||
v1.0
|
v1.0
|
||||||
----
|
----
|
||||||
|
@ -301,4 +301,5 @@ function sneeker.boom(pos, large)
|
|||||||
entity_physics(pos, radius)
|
entity_physics(pos, radius)
|
||||||
eject_drops(drops, pos, radius)
|
eject_drops(drops, pos, radius)
|
||||||
add_effects(pos, radius)
|
add_effects(pos, radius)
|
||||||
|
core.remove_node(pos)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user