aboutsummaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
diff options
context:
space:
mode:
authorSmallJoker <SmallJoker@users.noreply.github.com>2019-09-21 11:44:24 +0200
committerGitHub <noreply@github.com>2019-09-21 11:44:24 +0200
commit5fa614d97e13af64be490336392abe2a54fdcbc1 (patch)
tree32a0856d971d850081c1a7e748ab3f96a103ea19 /doc/lua_api.txt
parent47da640d7763ee1e00badb7476ac5afc4f864367 (diff)
downloadhax-minetest-server-5fa614d97e13af64be490336392abe2a54fdcbc1.tar.gz
hax-minetest-server-5fa614d97e13af64be490336392abe2a54fdcbc1.zip
Wieldhand: Specify which ItemStack to use (#8961)
Makes 'get_wield_item' to return the "main" ItemStack
Diffstat (limited to '')
-rw-r--r--doc/lua_api.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index 4eb9c797c..04882ad59 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -2556,8 +2556,7 @@ Player Inventory lists
* `craftresult`: list containing the crafted output
* `hand`: list containing an override for the empty hand
* Is not created automatically, use `InvRef:set_size`
-
-
+ * Is only used to enhance the empty hand's tool capabilities
Colors