define hit entity as arrow

This commit is contained in:
tenplus1 2021-04-04 22:26:40 +01:00
parent 9c6e017da7
commit f465c58bd0

@ -110,6 +110,7 @@ minetest.register_entity("lucky_block:temp", {
visual_size = {x = 0, y = 0},
visual = "sprite",
textures = {"tnt_smoke.png"},
_is_arrow = true,
on_step = function(self, dtime)