mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-20 06:35:14 +02:00
Fix arrows being pointable
This commit is contained in:
parent
dd7facfc03
commit
08f522ffff
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ S("Arrows might get stuck on solid blocks and can be retrieved again. They are a
|
|||
|
||||
local ARROW_ENTITY={
|
||||
physical = true,
|
||||
pointable = false,
|
||||
visual = "mesh",
|
||||
mesh = "mcl_bows_arrow.obj",
|
||||
visual_size = {x=-1, y=1},
|
||||
|
|
Loading…
Add table
Reference in a new issue