mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-20 14:35:15 +02:00
Add notes
This commit is contained in:
parent
15ea9c1c71
commit
6db4511dd5
2 changed files with 2 additions and 1 deletions
mods/ENTITIES/mcl_mobs/api/mob_functions
|
@ -167,7 +167,7 @@ end
|
|||
|
||||
|
||||
|
||||
|
||||
--the main loop
|
||||
mobs.mob_step = function(self, dtime)
|
||||
|
||||
--do not continue if non-existent
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
--make mobs scan players and check distance then if direct line of sight then add to list and go after whichever one is closer
|
Loading…
Add table
Reference in a new issue