1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2024-12-23 17:20:22 +01:00

update api.txt for mob_object change

This commit is contained in:
TenPlus1 2022-01-18 06:41:29 +00:00
parent f01e8a61d0
commit 2fb7bf2c66

View File

@ -691,10 +691,10 @@ space to spawn mob [name], if so then a new position is returned for use,
otherwise nil is returned.
mobs:is_node_dangerous(self, nodename)
mobs:is_node_dangerous(mob_object, nodename)
This function returns true if the node name given is harmful to the mob (self), it is
mainly used when a mob is near a node it has to avoid.
This function returns true if the node name given is harmful to the mob (mob_object),
it is mainly used when a mob is near a node it has to avoid.
External Settings for "minetest.conf"