mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-01-24 08:10:19 +01:00
add back arrows physical setting
This commit is contained in:
parent
099d15d810
commit
68076c7626
4
api.lua
4
api.lua
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user