1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-28 06:30:18 +02:00

mob arrows now use raycasting to be more accurate

This commit is contained in:
tenplus1
2023-11-29 12:11:45 +00:00
parent 412066fc07
commit 099d15d810
2 changed files with 62 additions and 46 deletions

View File

@ -539,7 +539,6 @@ This function registers a arrow for mobs with the attack type shoot.
'visual' same is in minetest.register_entity()
'visual_size' same is in minetest.register_entity()
'textures' same is in minetest.register_entity()
'physical' same is in minetest.register_entity() [default: false]
'collide_with_objects' same as above
'velocity' the velocity of the arrow
'drop' if set to true any arrows hitting a node will drop as item