Skip to content
Snippets Groups Projects
Forked from Illuna-Minetest / minetest_game
1987 commits behind the upstream repository.
user avatar
Auke Kok authored
Any second explosion near a first TNT explosion will punch all
entities found nearby, including item drops. This causes the
item pickup code to think the item was picked up, but by
a `nil` player, thus removing the item.

We query for the immortal entity group, and if the item is in
the immortal group, do not punch the item.
f14b4111
History