From 73391013f7fbc0558b96146e2014bdcf3c675e4d Mon Sep 17 00:00:00 2001 From: Riley Adams Date: Mon, 10 Apr 2023 18:04:52 -0400 Subject: Add node pos to node damage HP change reason (#13196) --- doc/lua_api.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 2179f44b5..3e85da2f6 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -5266,6 +5266,7 @@ Call these functions only at load time! * `fall` * `node_damage`: `damage_per_second` from a neighboring node. `reason.node` will hold the node name or nil. + `reason.node_pos` will hold the position of the node * `drown` * `respawn` * Any of the above types may have additional fields from mods. -- cgit v1.2.3