diff options
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. |