mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Document special items
This commit is contained in:
parent
af1ffce084
commit
882f132062
1 changed files with 11 additions and 0 deletions
|
@ -2026,6 +2026,17 @@ that acts as tool in a gameplay sense as a craftitem, and vice-versa.
|
|||
Craftitems can be used for items that neither need to be a node
|
||||
nor a tool.
|
||||
|
||||
Special Items
|
||||
-------------
|
||||
The following items are predefined and have special properties.
|
||||
|
||||
* `"unknown"`: An item that represents every item which has not been registered
|
||||
* `"air"`: The node which appears everywhere where no other node is
|
||||
* `"ignore"`: Mapblocks which have not been yet generated consist of this node
|
||||
* `""`: The player's hand, which is in use whenever the player wields no item
|
||||
* Its rage and tool capabilities are also used as an fallback for the wield item
|
||||
* It can be overridden to change those properties
|
||||
|
||||
Amount and wear
|
||||
---------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue