Item metadata:Fix typo in lua_api.txt

This commit is contained in:
orwell96 2016-04-13 16:02:10 +02:00
parent 25e398e041
commit 2b94d8c8ac
1 changed files with 1 additions and 1 deletions

View File

@ -2777,7 +2777,7 @@ an itemstring, a table or `nil`.
* `set_wear(wear)`: Returns boolean success.
Clears item on failure.
* `get_meta()`: Returns Item Metadata as an ItemStackMetaRef.
* `get_metadata()`: (DEPRECATED) Returns the empty string ("") field of the mtem metadata.
* `get_metadata()`: (DEPRECATED) Returns the empty string ("") field of the item metadata.
* `set_metadata(metadata)`: (DEPRECATED) Sets the empty string ("") field of the item metadata to 'metadata'. Returns true.
* `clear()`: removes all items from the stack, making it empty.
* `replace(item)`: replace the contents of this stack.