add back arrows physical setting

This commit is contained in:
tenplus1 2023-12-02 07:47:13 +00:00
parent 099d15d810
commit 68076c7626
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ local use_vh1 = minetest.get_modpath("visual_harm_1ndicators")
-- Global
mobs = {
mod = "redo",
version = "20231129",
version = "20231202",
translate = S,
invis = minetest.global_exists("invisibility") and invisibility or {},
node_snow = minetest.registered_aliases["mapgen_snow"]
@ -4160,7 +4160,7 @@ function mobs:register_arrow(name, def)
initial_properties = {
physical = false,
physical = def.physical,
collide_with_objects = def.collide_with_objects or false,
static_save = false,
visual = def.visual,