1
0
mirror of https://github.com/minetest/minetest.git synced 2025-07-05 09:20:23 +02:00

Wieldhand: Allow overriding the hand

This commit is contained in:
TeTpaAka
2015-06-25 13:06:49 +02:00
committed by paramat
parent e4ee6548af
commit 785a9a6c1a
6 changed files with 64 additions and 4 deletions

View File

@ -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.