remove duplicate on_die info (thx Bastrabun)

This commit is contained in:
tenplus1 2023-02-12 10:27:43 +00:00
parent 61b544d493
commit ba988d514c
1 changed files with 0 additions and 2 deletions

View File

@ -301,8 +301,6 @@ Custom Definition Functions
Along with the above mob registry settings we can also use custom functions to Along with the above mob registry settings we can also use custom functions to
enhance mob functionality and have them do many interesting things: enhance mob functionality and have them do many interesting things:
'on_die' a function that is called when the mob is killed the
parameters are (self, pos)
'on_rightclick' its same as in minetest.register_entity() 'on_rightclick' its same as in minetest.register_entity()
'on_blast' is called when an explosion happens near mob when using TNT 'on_blast' is called when an explosion happens near mob when using TNT
functions, parameters are (object, damage) and returns functions, parameters are (object, damage) and returns