diff options
author | TeTpaAka <TeTpaAka@users.noreply.github.com> | 2015-06-25 13:06:49 +0200 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2016-11-26 03:49:30 +0000 |
commit | 785a9a6c1af424b0a46f334de7176c9e67341cfb (patch) | |
tree | f0b33e1c47e65800beacae8d6c905c8a02307674 /doc | |
parent | e4ee6548afd01040046ee3780d0fbb121d141251 (diff) | |
download | minetest-785a9a6c1af424b0a46f334de7176c9e67341cfb.tar.gz minetest-785a9a6c1af424b0a46f334de7176c9e67341cfb.tar.bz2 minetest-785a9a6c1af424b0a46f334de7176c9e67341cfb.zip |
Wieldhand: Allow overriding the hand
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 760a829d3..9da0fb4f9 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1759,6 +1759,13 @@ Inventory locations * `"nodemeta:<X>,<Y>,<Z>"`: Any node metadata * `"detached:<name>"`: A detached inventory +Player Inventory lists +---------------------- +* `main`: list containing the default inventory +* `craft`: list containing the craft input +* `craftpreview`: list containing the craft output +* `hand`: list containing an override for the empty hand + `ColorString` ------------- `#RGB` defines a color in hexadecimal format. |