Clarify tool definition

Fixes #122
This commit is contained in:
rubenwardy 2023-10-19 19:38:59 +01:00
parent a38d0b7ad9
commit 18b92ca388

View File

@ -37,9 +37,10 @@ positions are usually air nodes.
A craftitem can't be placed and is only found in inventories or as a dropped item A craftitem can't be placed and is only found in inventories or as a dropped item
in the world. in the world.
A tool has the ability to wear and typically has non-default digging A tool is like a craftitem but has the ability to wear. As you use the tool, the
capabilities. In the future, it's likely that craftitems and tools will merge wear bar goes down until the tool breaks. Tools can also never be stacked. In
into one type of item, as the distinction between them is rather artificial. the future, it's likely that craftitems and tools will merge into one type of
item, as the distinction between them is rather artificial.
## Registering Items ## Registering Items