From ba988d514cbaa0fe4812fc06c34f5eeff4204b6b Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sun, 12 Feb 2023 10:27:43 +0000 Subject: [PATCH] remove duplicate on_die info (thx Bastrabun) --- api.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/api.txt b/api.txt index 76095ae..5271106 100644 --- a/api.txt +++ b/api.txt @@ -301,8 +301,6 @@ Custom Definition Functions Along with the above mob registry settings we can also use custom functions to 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_blast' is called when an explosion happens near mob when using TNT functions, parameters are (object, damage) and returns