diff options
author | SmallJoker <SmallJoker@users.noreply.github.com> | 2019-09-21 11:44:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-21 11:44:24 +0200 |
commit | 5fa614d97e13af64be490336392abe2a54fdcbc1 (patch) | |
tree | 32a0856d971d850081c1a7e748ab3f96a103ea19 /doc | |
parent | 47da640d7763ee1e00badb7476ac5afc4f864367 (diff) | |
download | minetest-5fa614d97e13af64be490336392abe2a54fdcbc1.tar.gz minetest-5fa614d97e13af64be490336392abe2a54fdcbc1.tar.bz2 minetest-5fa614d97e13af64be490336392abe2a54fdcbc1.zip |
Wieldhand: Specify which ItemStack to use (#8961)
Makes 'get_wield_item' to return the "main" ItemStack
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 3 |
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 |